Subject: | Date_TimeZone doesn't return the current timezone |
use Date::Manip;
Date_Init("SetDate=now,-0600");
$tz = Date_TimeZone();
print "<$tz>\n";
----
The above outputs "<1>" instead of the current timezone.
BTW.. I have a previous bug (maybe related... it was specifying a null
value in Date_ConvTZ) fixed in 6.06. Do you have an idea when it will
be out?