Leap seconds only in UTC time zone?

2005-11-05 Thread Mike Schilli
From the DateTime documentation, I would have thought that leap seconds apply to all time zones (except floating ones), but the following code use DateTime; for my $time_zone (qw(UTC America/Los_Angeles)) { my $now = DateTime-new( year = 1972, month

Re: Leap seconds only in UTC time zone?

2005-11-05 Thread Mike Schilli
On Sat, 5 Nov 2005, Mike Schilli wrote: From the DateTime documentation, I would have thought that leap seconds apply to all time zones (except floating ones), but the following code use DateTime; for my $time_zone (qw(UTC America/Los_Angeles)) { my $now = DateTime-new(