Changes of Revision 12
T446162.patch
Changed
x
1
2
index 89bddc27..2dd7267b 100644
3
--- a/lib/timezonedata/exchangezones.php
4
+++ b/lib/timezonedata/exchangezones.php
5
-@@ -74,19 +74,26 @@
6
+@@ -74,18 +74,26 @@
7
'Greenland' => 'America/Godthab',
8
'Newfoundland' => 'America/St_Johns',
9
'Atlantic Time (Canada)' => 'America/Halifax',
10
11
'Arizona' => 'America/Phoenix',
12
'Mountain Time (US & Canada)' => 'America/Denver', // Best guess
13
+ 'Mountain Time' => 'America/Denver', // Best guess
14
- 'Pacific Time (US & Canada)' => 'America/Los_Angeles', // Best guess
15
++ 'Pacific Time (US & Canada)' => 'America/Los_Angeles', // Best guess
16
+ 'Pacific Time' => 'America/Los_Angeles', // Best guess
17
'Pacific Time (US & Canada); Tijuana' => 'America/Los_Angeles', // Best guess
18
+ 'Pacific Time; Tijuana' => 'America/Los_Angeles', // Best guess
19