[Pkg-owncloud-commits] [php-sabre-vobject] 89/128: Added php 5.5.10 compatibility data.
David Prévot
taffit at moszumanska.debian.org
Tue May 20 23:11:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit cdd416a15096914dc41cb12f7aa6dc1465aba38e
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Sun Mar 30 19:10:17 2014 -0400
Added php 5.5.10 compatibility data.
---
lib/Sabre/VObject/timezonedata/php-compat.php | 40 +++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/lib/Sabre/VObject/timezonedata/php-compat.php b/lib/Sabre/VObject/timezonedata/php-compat.php
new file mode 100644
index 0000000..c1c5ee5
--- /dev/null
+++ b/lib/Sabre/VObject/timezonedata/php-compat.php
@@ -0,0 +1,40 @@
+<?php
+/**
+ * A list of PHP timezones that were supported in PHP 5.5.9, but are no longer
+ * in PHP 5.5.10.
+ *
+ * Some more info here:
+ * http://evertpot.com/php-5-5-10-timezone-changes/
+ *
+ * @copyright Copyright (C) 2007-2014 fruux GmbH (https://fruux.com/).
+ * @license http://code.google.com/p/sabredav/wiki/License Modified BSD License
+ */
+return array(
+ 'CST6CDT' => 'America/Chicago',
+ 'Cuba' => 'America/Havana',
+ 'Egypt' => 'Africa/Cairo',
+ 'Eire' => 'Europe/Dublin',
+ 'EST5EDT' => 'America/New_York',
+ 'Factory' => 'UTC',
+ 'GB-Eire' => 'Europe/London',
+ 'GMT0' => 'UTC',
+ 'Greenwich' => 'UTC',
+ 'Hongkong' => 'Asia/Hong_Kong',
+ 'Iceland' => 'Atlantic/Reykjavik',
+ 'Iran' => 'Asia/Tehran',
+ 'Israel' => 'Asia/Jerusalem',
+ 'Jamaica' => 'America/Jamaica',
+ 'Japan' => 'Asia/Tokyo',
+ 'Kwajalein' => 'Pacific/Kwajalein',
+ 'Libya' => 'Africa/Tripoli',
+ 'MST7MDT' => 'America/Denver',
+ 'Navajo' => 'America/Denver',
+ 'NZ-CHAT' => 'Pacific/Chatham',
+ 'Poland' => 'Europe/Warsaw',
+ 'Portugal' => 'Europe/Lisbon',
+ 'PST8PDT' => 'America/Los_Angeles',
+ 'Singapore' => 'Asia/Singapore',
+ 'Turkey' => 'Europe/Istanbul',
+ 'Universal' => 'UTC',
+ 'W-SU' => 'Europe/Moscow',
+);
--
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