Hey guys,

while doing some DateTime calculations, I just stumbled across this weird error: The following snippet produces "Invalid local time" for the "America/Winnipeg" timezone while it works for all others:

use DateTime;

my $dt = DateTime->from_epoch(epoch => 1141289999);
$dt->set_time_zone("America/Winnipeg");
$dt->add_duration(DateTime::Duration->new(months => 1));

Any ideas? I'm using the latest DateTime from CPAN, 0.19.

-- Mike
Mike Schilli
[EMAIL PROTECTED]



Reply via email to