3 Nov
2005
3 Nov
'05
2:50 p.m.
On Thu, 03 Nov 2005 13:25:07 +0100, Stering Wolfram wrote
Hi,
I am implementing a year_based_date-derived date generator to calculate the easter sunday for a given year. Now, this is the easy part, and it is done already.
Great!
But I wonder how to generate a meaningful posix timezone string that is expected to result from calling the generator's to_string() member.
The documentation at the (not well formatted, b.t.w.) "Description" section of class posix_time_zone didn't give any hints for Easter Sunday either.
Any ideas?
I'm afraid I need a bit more context -- are you trying to generate a local_time? In general I wouldn't think you would care about local_time for Easter? Perhaps a bit of code to show what you want to do? Jeff