[Pkg-owncloud-commits] [php-sabre-vobject] 18/43: Added new mexican timezone

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 15:23:48 UTC 2015


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

taffit pushed a commit to tag 4.0.0-alpha2
in repository php-sabre-vobject.

commit a738153c2c0938f7ee39f7c0a428292c7b80e7d1
Author: Evert Pot <me at evertpot.com>
Date:   Mon Jul 27 16:56:57 2015 -0400

    Added new mexican timezone
---
 CHANGELOG.md                      | 3 ++-
 bin/fetch_windows_zones.php       | 6 +++++-
 lib/timezonedata/windowszones.php | 5 +++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40beaaa..2fc7ffa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,8 @@ ChangeLog
 4.0.0-alpha2 (2015-??-??)
 -------------------------
 
-* ...
+* Updated windows timezone file to support new mexican timezone.
+
 
 4.0.0-alpha1 (2015-07-17)
 -------------------------
diff --git a/bin/fetch_windows_zones.php b/bin/fetch_windows_zones.php
index 04c2eb9..1b1fdc3 100755
--- a/bin/fetch_windows_zones.php
+++ b/bin/fetch_windows_zones.php
@@ -36,7 +36,7 @@ fwrite($f, " *\n");
 fwrite($f, " * Last update: " . date(DATE_W3C) . "\n");
 fwrite($f, " * Source: " . $windowsZonesUrl . "\n");
 fwrite($f, " *\n");
-fwrite($f, " * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).\n");
+fwrite($f, " * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).\n");
 fwrite($f, " * @license http://sabre.io/license/ Modified BSD License\n");
 fwrite($f, " */\n");
 fwrite($f, "\n");
@@ -44,4 +44,8 @@ fwrite($f, "return ");
 fwrite($f, var_export($map, true) . ';');
 fclose($f);
 
+echo "Formatting\n";
+
+exec(__DIR__ . '/sabre-cs-fixer fix ' . escapeshellarg($outputFile));
+
 echo "Done\n";
diff --git a/lib/timezonedata/windowszones.php b/lib/timezonedata/windowszones.php
index 032291c..d5d67c5 100644
--- a/lib/timezonedata/windowszones.php
+++ b/lib/timezonedata/windowszones.php
@@ -1,9 +1,9 @@
 <?php
 
 /**
- * Automatically generated timezone file.
+ * Automatically generated timezone file
  *
- * Last update: 2015-01-30T15:01:05-05:00
+ * Last update: 2015-07-27T16:56:36-04:00
  * Source: http://unicode.org/repos/cldr/trunk/common/supplemental/windowsZones.xml
  *
  * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
@@ -43,6 +43,7 @@ return [
   'E. Australia Standard Time'      => 'Australia/Brisbane',
   'E. South America Standard Time'  => 'America/Sao_Paulo',
   'Eastern Standard Time'           => 'America/New_York',
+  'Eastern Standard Time (Mexico)'  => 'America/Cancun',
   'Egypt Standard Time'             => 'Africa/Cairo',
   'Ekaterinburg Standard Time'      => 'Asia/Yekaterinburg',
   'FLE Standard Time'               => 'Europe/Kiev',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list