DST in Russia?

2001-10-25 Thread Michael G Schwern
Do any parts of Russia still observe two hours of Daylight Savings Time? Does anywhere? Wondering if Time::Local needs to take this into account or if one hour is good enough for everyone. -- Michael G. Schwern <[EMAIL PROTECTED]>http://www.pobox.com/~schwern/ Perl6 Quality Assurance

Re: [ID 20011016.029] Bug in Time::Local

2001-10-25 Thread Benjamin Goldberg
Michael G Schwern wrote: > > On Wed, Oct 24, 2001 at 02:56:23PM +0200, Lionel CONS wrote: > > @_MonthDays = qw(0 31 59 90 120 151 181 212 243 273 304 334); > > Silly question... where are you accounting for leap years? In two places: "if ($offset == 0 " and " * 31557600; # * 365.25 days" -- K