Subject: | Date_ConvTZ behavior changed in 6.05 (maybe more) |
This works in Version 5.44 but returns empty in 6.05
perl -MDate::Manip -le "Date_Init('TZ=-0600');print
Date_ConvTZ('2009121500:00:01','','UTC');"
The docs state: Date_ConvTZ($date,$from,$to);
$from and $to each default to the local time zone. If they are
given, they must be any time zone or alias understood by
Date::Manip.
$from is not defaulting to the local time zone.