Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F1820393
php-workaround.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
1 KB
Subscribers
None
php-workaround.php
View Options
<?php
/**
* A list of PHP timezones that were supported until 5.5.9, removed in
* PHP 5.5.10 and re-introduced in PHP 5.5.17
*
* DateTimeZone::listIdentifiers(DateTimeZone::ALL_WITH_BC) returns them,
* but they are invalid for new DateTimeZone(). Fixed in PHP 5.5.17.
* https://bugs.php.net/bug.php?id=66985
*
* Some more info here:
* http://evertpot.com/php-5-5-10-timezone-changes/
*
* @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
* @license http://sabre.io/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'
,
'Zulu'
=>
'UTC'
,
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Dec 22, 2:30 AM (6 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
915816
Default Alt Text
php-workaround.php (1 KB)
Attached To
rDAVCAL DokuWiki DAVCal PlugIn
Event Timeline
Log In to Comment