Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15545850
D16865.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
686 B
Referenced Files
None
Subscribers
None
D16865.id.diff
View Options
diff --git a/src/parser/calendar/ics/PhutilICSParser.php b/src/parser/calendar/ics/PhutilICSParser.php
--- a/src/parser/calendar/ics/PhutilICSParser.php
+++ b/src/parser/calendar/ics/PhutilICSParser.php
@@ -843,6 +843,9 @@
// These are alternate names for timezones.
$aliases = array(
'Etc/GMT' => 'UTC',
+
+ // See T11816#200486.
+ 'W. Europe Standard Time' => 'Europe/Berlin',
);
if (isset($aliases[$tzid])) {
@@ -850,7 +853,7 @@
}
// Look for something that looks like "UTC+3" or "GMT -05.00". If we find
- // anything
+ // anything, pick a timezone with that offset.
$offset_pattern =
'/'.
'(?:UTC|GMT)'.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 27, 1:10 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383224
Default Alt Text
D16865.id.diff (686 B)
Attached To
Mode
D16865: When importing ICS files, map "W. Europe Standard Time" to "Europe/Berlin"
Attached
Detach File
Event Timeline
Log In to Comment