Subject: | Bug in test Date::Format |
I was installing POE::Component::GCS::Server of which PTools is a
pre-requisite and the test PTools for Date::Format fell over. I believe
this is because I live in Thailand and the time2str function uses my
local timezone as default for the ZONE argument. I guess you are in the
States and therefor adding 'CST' to the function would clear up the time
difference.i.e.
$fmt->time2str("%a is day %w in week %U%n",$time,$tz);
where $tz = 'CST';