]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- Europe/Tallinn and Europe/Vilnius have DST
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 13 Apr 2005 08:50:17 +0000 (08:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Date-tz-baltic-hasdst.patch -> 1.1

php-pear-Date-tz-baltic-hasdst.patch [new file with mode: 0644]

diff --git a/php-pear-Date-tz-baltic-hasdst.patch b/php-pear-Date-tz-baltic-hasdst.patch
new file mode 100644 (file)
index 0000000..1008795
--- /dev/null
@@ -0,0 +1,24 @@
+--- ./Date/TimeZone.php~       2005-01-05 18:45:48.000000000 +0200
++++ ./Date/TimeZone.php        2005-04-13 11:44:27.000000000 +0300
+@@ -2545,7 +2545,9 @@
+         'offset' => 7200000,
+         'longname' => "Eastern European Time",
+         'shortname' => 'EET',
+-        'hasdst' => false ),
++        'hasdst' => true,
++        'dstlongname' => "Eastern European Summer Time",
++        'dstshortname' => 'EEST' ),
+     'Europe/Tiraspol' => array(
+         'offset' => 7200000,
+         'longname' => "Eastern European Time",
+@@ -2564,7 +2566,9 @@
+         'offset' => 7200000,
+         'longname' => "Eastern European Time",
+         'shortname' => 'EET',
+-        'hasdst' => false ),
++        'hasdst' => true,
++        'dstlongname' => "Eastern European Summer Time",
++        'dstshortname' => 'EEST' ),
+     'Europe/Zaporozhye' => array(
+         'offset' => 7200000,
+         'longname' => "Eastern European Time",
This page took 0.051005 seconds and 4 git commands to generate.