[date-time] posix timezone string
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. 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? regards, -wolfi -- DI Wolfram Stering (Entwicklung) HALE electronic GmbH., Salzburg, Austria Tel: +43 (662) 439011 550 Fax: +43 (662) 439011 9 Email: wolfram.stering@hale.at
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
participants (2)
-
Jeff Garland
-
Stering Wolfram