This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libtimedate-perl.

commit 4e9b71c91d423fee18e685bdc97ef6b1b40cd14e
Author: Damyan Ivanov <d...@debian.org>
Date:   Fri Apr 11 20:40:16 2014 +0000

    add patch from Aleksey Midenkov fixing Moscow time zone (UTC+0400)
    
    Closes: #693809; See also http://en.wikipedia.org/wiki/Moscow_Time
---
 debian/patches/fix-msk-offset.patch | 18 ++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix-msk-offset.patch 
b/debian/patches/fix-msk-offset.patch
new file mode 100644
index 0000000..71e1ea0
--- /dev/null
+++ b/debian/patches/fix-msk-offset.patch
@@ -0,0 +1,18 @@
+Description: Fix Moscow time zone to be UTF+0400
+ http://en.wikipedia.org/wiki/Moscow_Time
+Author: Aleksey Midenkov <mide...@gmail.com>
+Reviewed-By: Damyan Ivanov <d...@debian.org>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=81350
+Bug-Debian: https://bugs.debian.org/693809
+
+--- a/lib/Time/Zone.pm
++++ b/lib/Time/Zone.pm
+@@ -216,7 +216,7 @@ CONFIG: {
+           "eet"       =>  +2*3600,     # Eastern Europe, USSR Zone 1
+           "ukr"       =>  +2*3600,     # Ukraine
+           "bt"        =>  +3*3600,     # Baghdad, USSR Zone 2
+-            "msk"       =>  +3*3600,     # Moscow
++            "msk"       =>  +4*3600,     # Moscow
+       #   "it"        =>  +3*3600+1800,# Iran
+           "zp4"       =>  +4*3600,     # USSR Zone 3
+           "zp5"       =>  +5*3600,     # USSR Zone 4
diff --git a/debian/patches/series b/debian/patches/series
index 48ad9d6..b33e3d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-pod-errors.patch
+fix-msk-offset.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtimedate-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to