atoomic / perl-TimeDate

time & date parsing and formatting perl library
http://search.cpan.org/dist/TimeDate/
1 stars 4 forks source link

libtimedate-perl: wrong offset for MSK timezone [rt.cpan.org #81350] #30

Open atoomic opened 4 years ago

atoomic commented 4 years ago

Migrated from rt.cpan.org#81350 (status was 'open')

Requestors:

From carnil@cpan.org on 2012-11-22 19:36:48 :

Hi

This bug has been forwarded from http://bugs.debian.org/693809

Package: libtimedate-perl
Version: 1.2000-1
Severity: important
Tags: patch

Please, fix Zone.pm for MSK time zone from +3 to +4:

"msk"       =>  +4*3600,     # Moscow

According to [1] this looks correct since 27 March 2011.

 [1]: http://en.wikipedia.org/wiki/Moscow_Time

Thanks in advance,
Salvatore Bonaccorso, Debian Perl Group

From dam@cpan.org on 2014-04-11 20:46:56 :

> Please, fix Zone.pm for MSK time zone from +3 to +4:
> 
> "msk"       =>  +4*3600,     # Moscow
> 
> According to [1] this looks correct since 27 March 2011.
> 
>  [1]: http://en.wikipedia.org/wiki/Moscow_Time

The change has been applied as a patch to the Debian package of TimeDate.

Cheers,
   dam