tzinfo-data 1.2016.1 → 1.2016.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -85,6 +85,7 @@ module TZInfo
85
85
  tz.transition 2010, 10, :o6, 1288454400
86
86
  tz.transition 2011, 3, :o3, 1301155200
87
87
  tz.transition 2014, 10, :o6, 1414249200
88
+ tz.transition 2016, 3, :o3, 1459008000
88
89
  end
89
90
  end
90
91
  end
@@ -0,0 +1,89 @@
1
+ # encoding: UTF-8
2
+
3
+ # This file contains data derived from the IANA Time Zone Database
4
+ # (http://www.iana.org/time-zones).
5
+
6
+ module TZInfo
7
+ module Data
8
+ module Definitions
9
+ module Europe
10
+ module Astrakhan
11
+ include TimezoneDefinition
12
+
13
+ timezone 'Europe/Astrakhan' do |tz|
14
+ tz.offset :o0, 11532, 0, :LMT
15
+ tz.offset :o1, 10800, 0, :'+03'
16
+ tz.offset :o2, 14400, 0, :'+04'
17
+ tz.offset :o3, 14400, 3600, :'+05'
18
+ tz.offset :o4, 10800, 3600, :'+04'
19
+
20
+ tz.transition 1924, 4, :o1, -1441249932, 17452125839, 7200
21
+ tz.transition 1930, 6, :o2, -1247540400, 19409187, 8
22
+ tz.transition 1981, 3, :o3, 354916800
23
+ tz.transition 1981, 9, :o2, 370724400
24
+ tz.transition 1982, 3, :o3, 386452800
25
+ tz.transition 1982, 9, :o2, 402260400
26
+ tz.transition 1983, 3, :o3, 417988800
27
+ tz.transition 1983, 9, :o2, 433796400
28
+ tz.transition 1984, 3, :o3, 449611200
29
+ tz.transition 1984, 9, :o2, 465343200
30
+ tz.transition 1985, 3, :o3, 481068000
31
+ tz.transition 1985, 9, :o2, 496792800
32
+ tz.transition 1986, 3, :o3, 512517600
33
+ tz.transition 1986, 9, :o2, 528242400
34
+ tz.transition 1987, 3, :o3, 543967200
35
+ tz.transition 1987, 9, :o2, 559692000
36
+ tz.transition 1988, 3, :o3, 575416800
37
+ tz.transition 1988, 9, :o2, 591141600
38
+ tz.transition 1989, 3, :o4, 606866400
39
+ tz.transition 1989, 9, :o1, 622594800
40
+ tz.transition 1990, 3, :o4, 638319600
41
+ tz.transition 1990, 9, :o1, 654649200
42
+ tz.transition 1991, 3, :o2, 670374000
43
+ tz.transition 1992, 3, :o4, 701820000
44
+ tz.transition 1992, 9, :o1, 717534000
45
+ tz.transition 1993, 3, :o4, 733273200
46
+ tz.transition 1993, 9, :o1, 748998000
47
+ tz.transition 1994, 3, :o4, 764722800
48
+ tz.transition 1994, 9, :o1, 780447600
49
+ tz.transition 1995, 3, :o4, 796172400
50
+ tz.transition 1995, 9, :o1, 811897200
51
+ tz.transition 1996, 3, :o4, 828226800
52
+ tz.transition 1996, 10, :o1, 846370800
53
+ tz.transition 1997, 3, :o4, 859676400
54
+ tz.transition 1997, 10, :o1, 877820400
55
+ tz.transition 1998, 3, :o4, 891126000
56
+ tz.transition 1998, 10, :o1, 909270000
57
+ tz.transition 1999, 3, :o4, 922575600
58
+ tz.transition 1999, 10, :o1, 941324400
59
+ tz.transition 2000, 3, :o4, 954025200
60
+ tz.transition 2000, 10, :o1, 972774000
61
+ tz.transition 2001, 3, :o4, 985474800
62
+ tz.transition 2001, 10, :o1, 1004223600
63
+ tz.transition 2002, 3, :o4, 1017529200
64
+ tz.transition 2002, 10, :o1, 1035673200
65
+ tz.transition 2003, 3, :o4, 1048978800
66
+ tz.transition 2003, 10, :o1, 1067122800
67
+ tz.transition 2004, 3, :o4, 1080428400
68
+ tz.transition 2004, 10, :o1, 1099177200
69
+ tz.transition 2005, 3, :o4, 1111878000
70
+ tz.transition 2005, 10, :o1, 1130626800
71
+ tz.transition 2006, 3, :o4, 1143327600
72
+ tz.transition 2006, 10, :o1, 1162076400
73
+ tz.transition 2007, 3, :o4, 1174777200
74
+ tz.transition 2007, 10, :o1, 1193526000
75
+ tz.transition 2008, 3, :o4, 1206831600
76
+ tz.transition 2008, 10, :o1, 1224975600
77
+ tz.transition 2009, 3, :o4, 1238281200
78
+ tz.transition 2009, 10, :o1, 1256425200
79
+ tz.transition 2010, 3, :o4, 1269730800
80
+ tz.transition 2010, 10, :o1, 1288479600
81
+ tz.transition 2011, 3, :o2, 1301180400
82
+ tz.transition 2014, 10, :o1, 1414274400
83
+ tz.transition 2016, 3, :o2, 1459033200
84
+ end
85
+ end
86
+ end
87
+ end
88
+ end
89
+ end
@@ -65,7 +65,9 @@ module TZInfo
65
65
  tz.transition 1988, 9, :o7, 591145200
66
66
  tz.transition 1989, 3, :o8, 606870000
67
67
  tz.transition 1989, 9, :o7, 622594800
68
- tz.transition 1990, 5, :o3, 641941200
68
+ tz.transition 1990, 3, :o8, 638319600
69
+ tz.transition 1990, 5, :o4, 641944800
70
+ tz.transition 1990, 9, :o3, 654652800
69
71
  tz.transition 1991, 3, :o4, 670377600
70
72
  tz.transition 1991, 9, :o3, 686102400
71
73
  tz.transition 1992, 3, :o4, 701820000
@@ -19,9 +19,8 @@ module TZInfo
19
19
  tz.offset :o5, 10800, 3600, :MSD
20
20
  tz.offset :o6, 10800, 0, :MSK
21
21
  tz.offset :o7, 7200, 3600, :EEST
22
- tz.offset :o8, 10800, 0, :KUYT
23
- tz.offset :o9, 14400, 3600, :SAMST
24
- tz.offset :o10, 10800, 3600, :SAMST
22
+ tz.offset :o8, 14400, 3600, :SAMST
23
+ tz.offset :o9, 10800, 3600, :SAMST
25
24
 
26
25
  tz.transition 1919, 6, :o1, -1593825620, 10463646719, 4320
27
26
  tz.transition 1930, 6, :o2, -1247540400, 19409187, 8
@@ -47,45 +46,45 @@ module TZInfo
47
46
  tz.transition 1990, 3, :o5, 638319600
48
47
  tz.transition 1990, 9, :o6, 654649200
49
48
  tz.transition 1991, 3, :o7, 670374000
50
- tz.transition 1991, 9, :o8, 686102400
49
+ tz.transition 1991, 9, :o1, 686102400
51
50
  tz.transition 1991, 10, :o2, 687916800
52
- tz.transition 1992, 3, :o9, 701809200
51
+ tz.transition 1992, 3, :o8, 701809200
53
52
  tz.transition 1992, 9, :o2, 717530400
54
- tz.transition 1993, 3, :o9, 733269600
53
+ tz.transition 1993, 3, :o8, 733269600
55
54
  tz.transition 1993, 9, :o2, 748994400
56
- tz.transition 1994, 3, :o9, 764719200
55
+ tz.transition 1994, 3, :o8, 764719200
57
56
  tz.transition 1994, 9, :o2, 780444000
58
- tz.transition 1995, 3, :o9, 796168800
57
+ tz.transition 1995, 3, :o8, 796168800
59
58
  tz.transition 1995, 9, :o2, 811893600
60
- tz.transition 1996, 3, :o9, 828223200
59
+ tz.transition 1996, 3, :o8, 828223200
61
60
  tz.transition 1996, 10, :o2, 846367200
62
- tz.transition 1997, 3, :o9, 859672800
61
+ tz.transition 1997, 3, :o8, 859672800
63
62
  tz.transition 1997, 10, :o2, 877816800
64
- tz.transition 1998, 3, :o9, 891122400
63
+ tz.transition 1998, 3, :o8, 891122400
65
64
  tz.transition 1998, 10, :o2, 909266400
66
- tz.transition 1999, 3, :o9, 922572000
65
+ tz.transition 1999, 3, :o8, 922572000
67
66
  tz.transition 1999, 10, :o2, 941320800
68
- tz.transition 2000, 3, :o9, 954021600
67
+ tz.transition 2000, 3, :o8, 954021600
69
68
  tz.transition 2000, 10, :o2, 972770400
70
- tz.transition 2001, 3, :o9, 985471200
69
+ tz.transition 2001, 3, :o8, 985471200
71
70
  tz.transition 2001, 10, :o2, 1004220000
72
- tz.transition 2002, 3, :o9, 1017525600
71
+ tz.transition 2002, 3, :o8, 1017525600
73
72
  tz.transition 2002, 10, :o2, 1035669600
74
- tz.transition 2003, 3, :o9, 1048975200
73
+ tz.transition 2003, 3, :o8, 1048975200
75
74
  tz.transition 2003, 10, :o2, 1067119200
76
- tz.transition 2004, 3, :o9, 1080424800
75
+ tz.transition 2004, 3, :o8, 1080424800
77
76
  tz.transition 2004, 10, :o2, 1099173600
78
- tz.transition 2005, 3, :o9, 1111874400
77
+ tz.transition 2005, 3, :o8, 1111874400
79
78
  tz.transition 2005, 10, :o2, 1130623200
80
- tz.transition 2006, 3, :o9, 1143324000
79
+ tz.transition 2006, 3, :o8, 1143324000
81
80
  tz.transition 2006, 10, :o2, 1162072800
82
- tz.transition 2007, 3, :o9, 1174773600
81
+ tz.transition 2007, 3, :o8, 1174773600
83
82
  tz.transition 2007, 10, :o2, 1193522400
84
- tz.transition 2008, 3, :o9, 1206828000
83
+ tz.transition 2008, 3, :o8, 1206828000
85
84
  tz.transition 2008, 10, :o2, 1224972000
86
- tz.transition 2009, 3, :o9, 1238277600
85
+ tz.transition 2009, 3, :o8, 1238277600
87
86
  tz.transition 2009, 10, :o2, 1256421600
88
- tz.transition 2010, 3, :o10, 1269727200
87
+ tz.transition 2010, 3, :o9, 1269727200
89
88
  tz.transition 2010, 10, :o1, 1288479600
90
89
  tz.transition 2011, 3, :o2, 1301180400
91
90
  end
@@ -0,0 +1,93 @@
1
+ # encoding: UTF-8
2
+
3
+ # This file contains data derived from the IANA Time Zone Database
4
+ # (http://www.iana.org/time-zones).
5
+
6
+ module TZInfo
7
+ module Data
8
+ module Definitions
9
+ module Europe
10
+ module Ulyanovsk
11
+ include TimezoneDefinition
12
+
13
+ timezone 'Europe/Ulyanovsk' do |tz|
14
+ tz.offset :o0, 11616, 0, :LMT
15
+ tz.offset :o1, 10800, 0, :'+03'
16
+ tz.offset :o2, 14400, 0, :'+04'
17
+ tz.offset :o3, 14400, 3600, :'+05'
18
+ tz.offset :o4, 10800, 3600, :'+04'
19
+ tz.offset :o5, 7200, 3600, :'+03'
20
+ tz.offset :o6, 7200, 0, :'+02'
21
+
22
+ tz.transition 1919, 6, :o1, -1593825216, 544981601, 225
23
+ tz.transition 1930, 6, :o2, -1247540400, 19409187, 8
24
+ tz.transition 1981, 3, :o3, 354916800
25
+ tz.transition 1981, 9, :o2, 370724400
26
+ tz.transition 1982, 3, :o3, 386452800
27
+ tz.transition 1982, 9, :o2, 402260400
28
+ tz.transition 1983, 3, :o3, 417988800
29
+ tz.transition 1983, 9, :o2, 433796400
30
+ tz.transition 1984, 3, :o3, 449611200
31
+ tz.transition 1984, 9, :o2, 465343200
32
+ tz.transition 1985, 3, :o3, 481068000
33
+ tz.transition 1985, 9, :o2, 496792800
34
+ tz.transition 1986, 3, :o3, 512517600
35
+ tz.transition 1986, 9, :o2, 528242400
36
+ tz.transition 1987, 3, :o3, 543967200
37
+ tz.transition 1987, 9, :o2, 559692000
38
+ tz.transition 1988, 3, :o3, 575416800
39
+ tz.transition 1988, 9, :o2, 591141600
40
+ tz.transition 1989, 3, :o4, 606866400
41
+ tz.transition 1989, 9, :o1, 622594800
42
+ tz.transition 1990, 3, :o4, 638319600
43
+ tz.transition 1990, 9, :o1, 654649200
44
+ tz.transition 1991, 3, :o5, 670374000
45
+ tz.transition 1991, 9, :o6, 686102400
46
+ tz.transition 1992, 1, :o1, 695779200
47
+ tz.transition 1992, 3, :o4, 701812800
48
+ tz.transition 1992, 9, :o1, 717534000
49
+ tz.transition 1993, 3, :o4, 733273200
50
+ tz.transition 1993, 9, :o1, 748998000
51
+ tz.transition 1994, 3, :o4, 764722800
52
+ tz.transition 1994, 9, :o1, 780447600
53
+ tz.transition 1995, 3, :o4, 796172400
54
+ tz.transition 1995, 9, :o1, 811897200
55
+ tz.transition 1996, 3, :o4, 828226800
56
+ tz.transition 1996, 10, :o1, 846370800
57
+ tz.transition 1997, 3, :o4, 859676400
58
+ tz.transition 1997, 10, :o1, 877820400
59
+ tz.transition 1998, 3, :o4, 891126000
60
+ tz.transition 1998, 10, :o1, 909270000
61
+ tz.transition 1999, 3, :o4, 922575600
62
+ tz.transition 1999, 10, :o1, 941324400
63
+ tz.transition 2000, 3, :o4, 954025200
64
+ tz.transition 2000, 10, :o1, 972774000
65
+ tz.transition 2001, 3, :o4, 985474800
66
+ tz.transition 2001, 10, :o1, 1004223600
67
+ tz.transition 2002, 3, :o4, 1017529200
68
+ tz.transition 2002, 10, :o1, 1035673200
69
+ tz.transition 2003, 3, :o4, 1048978800
70
+ tz.transition 2003, 10, :o1, 1067122800
71
+ tz.transition 2004, 3, :o4, 1080428400
72
+ tz.transition 2004, 10, :o1, 1099177200
73
+ tz.transition 2005, 3, :o4, 1111878000
74
+ tz.transition 2005, 10, :o1, 1130626800
75
+ tz.transition 2006, 3, :o4, 1143327600
76
+ tz.transition 2006, 10, :o1, 1162076400
77
+ tz.transition 2007, 3, :o4, 1174777200
78
+ tz.transition 2007, 10, :o1, 1193526000
79
+ tz.transition 2008, 3, :o4, 1206831600
80
+ tz.transition 2008, 10, :o1, 1224975600
81
+ tz.transition 2009, 3, :o4, 1238281200
82
+ tz.transition 2009, 10, :o1, 1256425200
83
+ tz.transition 2010, 3, :o4, 1269730800
84
+ tz.transition 2010, 10, :o1, 1288479600
85
+ tz.transition 2011, 3, :o2, 1301180400
86
+ tz.transition 2014, 10, :o1, 1414274400
87
+ tz.transition 2016, 3, :o2, 1459033200
88
+ end
89
+ end
90
+ end
91
+ end
92
+ end
93
+ end
@@ -31,27 +31,27 @@ module TZInfo
31
31
  c.timezone 'Asia/Yerevan', 2411, 60, 89, 2
32
32
  end
33
33
  country 'AO', 'Angola' do |c|
34
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
34
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
35
35
  end
36
36
  country 'AQ', 'Antarctica' do |c|
37
- c.timezone 'Antarctica/Rothera', -2027, 30, -1022, 15, 'Rothera Station, Adelaide Island'
38
- c.timezone 'Antarctica/Palmer', -324, 5, -641, 10, 'Palmer Station, Anvers Island'
39
- c.timezone 'Antarctica/Mawson', -338, 5, 3773, 60, 'Mawson Station, Holme Bay'
40
- c.timezone 'Antarctica/Davis', -823, 12, 2339, 30, 'Davis Station, Vestfold Hills'
41
- c.timezone 'Antarctica/Casey', -3977, 60, 6631, 60, 'Casey Station, Bailey Peninsula'
42
- c.timezone 'Antarctica/Vostok', -392, 5, 1069, 10, 'Vostok Station, Lake Vostok'
43
- c.timezone 'Antarctica/DumontDUrville', -200, 3, 8401, 60, 'Dumont-d\'Urville Station, Adélie Land'
44
- c.timezone 'Antarctica/Syowa', -124211, 1800, 3959, 100, 'Syowa Station, E Ongul I'
45
- c.timezone 'Antarctica/Troll', -259241, 3600, 507, 200, 'Troll Station, Queen Maud Land'
37
+ c.timezone 'Antarctica/Casey', -3977, 60, 6631, 60, 'Casey'
38
+ c.timezone 'Antarctica/Davis', -823, 12, 2339, 30, 'Davis'
39
+ c.timezone 'Antarctica/DumontDUrville', -200, 3, 8401, 60, 'Dumont-d\'Urville'
40
+ c.timezone 'Antarctica/Mawson', -338, 5, 3773, 60, 'Mawson'
41
+ c.timezone 'Antarctica/Palmer', -324, 5, -641, 10, 'Palmer'
42
+ c.timezone 'Antarctica/Rothera', -2027, 30, -1022, 15, 'Rothera'
43
+ c.timezone 'Antarctica/Syowa', -124211, 1800, 3959, 100, 'Syowa'
44
+ c.timezone 'Antarctica/Troll', -259241, 3600, 507, 200, 'Troll'
45
+ c.timezone 'Antarctica/Vostok', -392, 5, 1069, 10, 'Vostok'
46
46
  c.timezone 'Pacific/Auckland', -553, 15, 5243, 30, 'New Zealand time'
47
47
  end
48
48
  country 'AR', 'Argentina' do |c|
49
49
  c.timezone 'America/Argentina/Buenos_Aires', -173, 5, -1169, 20, 'Buenos Aires (BA, CF)'
50
- c.timezone 'America/Argentina/Cordoba', -157, 5, -3851, 60, 'most locations (CB, CC, CN, ER, FM, MN, SE, SF)'
51
- c.timezone 'America/Argentina/Salta', -1487, 60, -785, 12, '(SA, LP, NQ, RN)'
50
+ c.timezone 'America/Argentina/Cordoba', -157, 5, -3851, 60, 'Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF)'
51
+ c.timezone 'America/Argentina/Salta', -1487, 60, -785, 12, 'Salta (SA, LP, NQ, RN)'
52
52
  c.timezone 'America/Argentina/Jujuy', -1451, 60, -653, 10, 'Jujuy (JY)'
53
53
  c.timezone 'America/Argentina/Tucuman', -1609, 60, -3913, 60, 'Tucumán (TM)'
54
- c.timezone 'America/Argentina/Catamarca', -427, 15, -3947, 60, 'Catamarca (CT), Chubut (CH)'
54
+ c.timezone 'America/Argentina/Catamarca', -427, 15, -3947, 60, 'Catamarca (CT); Chubut (CH)'
55
55
  c.timezone 'America/Argentina/La_Rioja', -883, 30, -1337, 20, 'La Rioja (LR)'
56
56
  c.timezone 'America/Argentina/San_Juan', -473, 15, -4111, 60, 'San Juan (SJ)'
57
57
  c.timezone 'America/Argentina/Mendoza', -1973, 60, -4129, 60, 'Mendoza (MZ)'
@@ -68,17 +68,17 @@ module TZInfo
68
68
  country 'AU', 'Australia' do |c|
69
69
  c.timezone 'Australia/Lord_Howe', -631, 20, 1909, 12, 'Lord Howe Island'
70
70
  c.timezone 'Antarctica/Macquarie', -109, 2, 3179, 20, 'Macquarie Island'
71
- c.timezone 'Australia/Hobart', -2573, 60, 8839, 60, 'Tasmania - most locations'
72
- c.timezone 'Australia/Currie', -599, 15, 2158, 15, 'Tasmania - King Island'
71
+ c.timezone 'Australia/Hobart', -2573, 60, 8839, 60, 'Tasmania (most areas)'
72
+ c.timezone 'Australia/Currie', -599, 15, 2158, 15, 'Tasmania (King Island)'
73
73
  c.timezone 'Australia/Melbourne', -2269, 60, 4349, 30, 'Victoria'
74
- c.timezone 'Australia/Sydney', -508, 15, 9073, 60, 'New South Wales - most locations'
75
- c.timezone 'Australia/Broken_Hill', -639, 20, 2829, 20, 'New South Wales - Yancowinna'
76
- c.timezone 'Australia/Brisbane', -412, 15, 4591, 30, 'Queensland - most locations'
77
- c.timezone 'Australia/Lindeman', -304, 15, 149, 1, 'Queensland - Holiday Islands'
74
+ c.timezone 'Australia/Sydney', -508, 15, 9073, 60, 'New South Wales (most areas)'
75
+ c.timezone 'Australia/Broken_Hill', -639, 20, 2829, 20, 'New South Wales (Yancowinna)'
76
+ c.timezone 'Australia/Brisbane', -412, 15, 4591, 30, 'Queensland (most areas)'
77
+ c.timezone 'Australia/Lindeman', -304, 15, 149, 1, 'Queensland (Whitsunday Islands)'
78
78
  c.timezone 'Australia/Adelaide', -419, 12, 1663, 12, 'South Australia'
79
79
  c.timezone 'Australia/Darwin', -187, 15, 785, 6, 'Northern Territory'
80
- c.timezone 'Australia/Perth', -639, 20, 2317, 20, 'Western Australia - most locations'
81
- c.timezone 'Australia/Eucla', -1903, 60, 1933, 15, 'Western Australia - Eucla area'
80
+ c.timezone 'Australia/Perth', -639, 20, 2317, 20, 'Western Australia (most areas)'
81
+ c.timezone 'Australia/Eucla', -1903, 60, 1933, 15, 'Western Australia (Eucla)'
82
82
  end
83
83
  country 'AW', 'Aruba' do |c|
84
84
  c.timezone 'America/Curacao', 731, 60, -69, 1
@@ -111,10 +111,10 @@ module TZInfo
111
111
  c.timezone 'Asia/Qatar', 1517, 60, 773, 15
112
112
  end
113
113
  country 'BI', 'Burundi' do |c|
114
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
114
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
115
115
  end
116
116
  country 'BJ', 'Benin' do |c|
117
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
117
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
118
118
  end
119
119
  country 'BL', 'St Barthelemy' do |c|
120
120
  c.timezone 'America/Port_of_Spain', 213, 20, -3691, 60
@@ -128,25 +128,25 @@ module TZInfo
128
128
  country 'BO', 'Bolivia' do |c|
129
129
  c.timezone 'America/La_Paz', -33, 2, -1363, 20
130
130
  end
131
- country 'BQ', 'Caribbean Netherlands' do |c|
131
+ country 'BQ', 'Caribbean NL' do |c|
132
132
  c.timezone 'America/Curacao', 731, 60, -69, 1
133
133
  end
134
134
  country 'BR', 'Brazil' do |c|
135
135
  c.timezone 'America/Noronha', -77, 20, -389, 12, 'Atlantic islands'
136
- c.timezone 'America/Belem', -29, 20, -2909, 60, 'Amapá, E Pará'
137
- c.timezone 'America/Fortaleza', -223, 60, -77, 2, 'NE Brazil (MA, PI, CE, RN, PB)'
136
+ c.timezone 'America/Belem', -29, 20, -2909, 60, 'Pará (east); Amapá'
137
+ c.timezone 'America/Fortaleza', -223, 60, -77, 2, 'Brazil (northeast: MA, PI, CE, RN, PB)'
138
138
  c.timezone 'America/Recife', -161, 20, -349, 10, 'Pernambuco'
139
139
  c.timezone 'America/Araguaina', -36, 5, -241, 5, 'Tocantins'
140
140
  c.timezone 'America/Maceio', -29, 3, -2143, 60, 'Alagoas, Sergipe'
141
141
  c.timezone 'America/Bahia', -779, 60, -2311, 60, 'Bahia'
142
- c.timezone 'America/Sao_Paulo', -353, 15, -2797, 60, 'S & SE Brazil (GO, DF, MG, ES, RJ, SP, PR, SC, RS)'
142
+ c.timezone 'America/Sao_Paulo', -353, 15, -2797, 60, 'Brazil (southeast: GO, DF, MG, ES, RJ, SP, PR, SC, RS)'
143
143
  c.timezone 'America/Campo_Grande', -409, 20, -3277, 60, 'Mato Grosso do Sul'
144
144
  c.timezone 'America/Cuiaba', -187, 12, -673, 12, 'Mato Grosso'
145
- c.timezone 'America/Santarem', -73, 30, -823, 15, 'W Pará'
145
+ c.timezone 'America/Santarem', -73, 30, -823, 15, 'Pará (west)'
146
146
  c.timezone 'America/Porto_Velho', -263, 30, -639, 10, 'Rondônia'
147
147
  c.timezone 'America/Boa_Vista', 169, 60, -182, 3, 'Roraima'
148
- c.timezone 'America/Manaus', -47, 15, -3601, 60, 'E Amazonas'
149
- c.timezone 'America/Eirunepe', -20, 3, -1048, 15, 'W Amazonas'
148
+ c.timezone 'America/Manaus', -47, 15, -3601, 60, 'Amazonas (east)'
149
+ c.timezone 'America/Eirunepe', -20, 3, -1048, 15, 'Amazonas (west)'
150
150
  c.timezone 'America/Rio_Branco', -299, 30, -339, 5, 'Acre'
151
151
  end
152
152
  country 'BS', 'Bahamas' do |c|
@@ -157,7 +157,7 @@ module TZInfo
157
157
  end
158
158
  country 'BV', 'Bouvet Island'
159
159
  country 'BW', 'Botswana' do |c|
160
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
160
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
161
161
  end
162
162
  country 'BY', 'Belarus' do |c|
163
163
  c.timezone 'Europe/Minsk', 539, 10, 827, 30
@@ -166,47 +166,47 @@ module TZInfo
166
166
  c.timezone 'America/Belize', 35, 2, -441, 5
167
167
  end
168
168
  country 'CA', 'Canada' do |c|
169
- c.timezone 'America/St_Johns', 1427, 30, -3163, 60, 'Newfoundland Time, including SE Labrador'
170
- c.timezone 'America/Halifax', 893, 20, -318, 5, 'Atlantic Time - Nova Scotia (peninsula), PEI'
171
- c.timezone 'America/Glace_Bay', 231, 5, -1199, 20, 'Atlantic Time - Nova Scotia (Cape Breton)'
172
- c.timezone 'America/Moncton', 461, 10, -3887, 60, 'Atlantic Time - New Brunswick'
173
- c.timezone 'America/Goose_Bay', 160, 3, -725, 12, 'Atlantic Time - Labrador - most locations'
174
- c.timezone 'America/Blanc-Sablon', 617, 12, -3427, 60, 'Atlantic Standard Time - Quebec - Lower North Shore'
175
- c.timezone 'America/Toronto', 873, 20, -4763, 60, 'Eastern Time - Ontario & Quebec - most locations'
176
- c.timezone 'America/Nipigon', 2941, 60, -1324, 15, 'Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973'
177
- c.timezone 'America/Thunder_Bay', 2903, 60, -357, 4, 'Eastern Time - Thunder Bay, Ontario'
178
- c.timezone 'America/Iqaluit', 956, 15, -1027, 15, 'Eastern Time - east Nunavut - most locations'
179
- c.timezone 'America/Pangnirtung', 992, 15, -986, 15, 'Eastern Time - Pangnirtung, Nunavut'
180
- c.timezone 'America/Resolute', 33613, 450, -22759, 240, 'Central Time - Resolute, Nunavut'
181
- c.timezone 'America/Atikokan', 175531, 3600, -54973, 600, 'Eastern Standard Time - Atikokan, Ontario and Southampton I, Nunavut'
182
- c.timezone 'America/Rankin_Inlet', 3769, 60, -331499, 3600, 'Central Time - central Nunavut'
183
- c.timezone 'America/Winnipeg', 2993, 60, -1943, 20, 'Central Time - Manitoba & west Ontario'
184
- c.timezone 'America/Rainy_River', 2923, 60, -2837, 30, 'Central Time - Rainy River & Fort Frances, Ontario'
185
- c.timezone 'America/Regina', 252, 5, -2093, 20, 'Central Standard Time - Saskatchewan - most locations'
186
- c.timezone 'America/Swift_Current', 3017, 60, -647, 6, 'Central Standard Time - Saskatchewan - midwest'
187
- c.timezone 'America/Edmonton', 1071, 20, -1702, 15, 'Mountain Time - Alberta, east British Columbia & west Saskatchewan'
188
- c.timezone 'America/Cambridge_Bay', 24881, 360, -37819, 360, 'Mountain Time - west Nunavut'
189
- c.timezone 'America/Yellowknife', 1249, 20, -2287, 20, 'Mountain Time - central Northwest Territories'
190
- c.timezone 'America/Inuvik', 246059, 3600, -8023, 60, 'Mountain Time - west Northwest Territories'
191
- c.timezone 'America/Creston', 491, 10, -6991, 60, 'Mountain Standard Time - Creston, British Columbia'
192
- c.timezone 'America/Dawson_Creek', 1793, 30, -3607, 30, 'Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia'
193
- c.timezone 'America/Fort_Nelson', 294, 5, -1227, 10, 'Mountain Standard Time - Fort Nelson, British Columbia'
194
- c.timezone 'America/Vancouver', 739, 15, -7387, 60, 'Pacific Time - west British Columbia'
195
- c.timezone 'America/Whitehorse', 3643, 60, -2701, 20, 'Pacific Time - south Yukon'
196
- c.timezone 'America/Dawson', 961, 15, -1673, 12, 'Pacific Time - north Yukon'
169
+ c.timezone 'America/St_Johns', 1427, 30, -3163, 60, 'Newfoundland; Labrador (southeast)'
170
+ c.timezone 'America/Halifax', 893, 20, -318, 5, 'Atlantic - NS (most areas); PE'
171
+ c.timezone 'America/Glace_Bay', 231, 5, -1199, 20, 'Atlantic - NS (Cape Breton)'
172
+ c.timezone 'America/Moncton', 461, 10, -3887, 60, 'Atlantic - New Brunswick'
173
+ c.timezone 'America/Goose_Bay', 160, 3, -725, 12, 'Atlantic - Labrador (most areas)'
174
+ c.timezone 'America/Blanc-Sablon', 617, 12, -3427, 60, 'AST - QC (Lower North Shore)'
175
+ c.timezone 'America/Toronto', 873, 20, -4763, 60, 'Eastern - ON, QC (most areas)'
176
+ c.timezone 'America/Nipigon', 2941, 60, -1324, 15, 'Eastern - ON, QC (no DST 1967-73)'
177
+ c.timezone 'America/Thunder_Bay', 2903, 60, -357, 4, 'Eastern - ON (Thunder Bay)'
178
+ c.timezone 'America/Iqaluit', 956, 15, -1027, 15, 'Eastern - NU (most east areas)'
179
+ c.timezone 'America/Pangnirtung', 992, 15, -986, 15, 'Eastern - NU (Pangnirtung)'
180
+ c.timezone 'America/Atikokan', 175531, 3600, -54973, 600, 'EST - ON (Atikokan); NU (Coral H)'
181
+ c.timezone 'America/Winnipeg', 2993, 60, -1943, 20, 'Central - ON (west); Manitoba'
182
+ c.timezone 'America/Rainy_River', 2923, 60, -2837, 30, 'Central - ON (Rainy R, Ft Frances)'
183
+ c.timezone 'America/Resolute', 33613, 450, -22759, 240, 'Central - NU (Resolute)'
184
+ c.timezone 'America/Rankin_Inlet', 3769, 60, -331499, 3600, 'Central - NU (central)'
185
+ c.timezone 'America/Regina', 252, 5, -2093, 20, 'CST - SK (most areas)'
186
+ c.timezone 'America/Swift_Current', 3017, 60, -647, 6, 'CST - SK (midwest)'
187
+ c.timezone 'America/Edmonton', 1071, 20, -1702, 15, 'Mountain - AB; BC (E); SK (W)'
188
+ c.timezone 'America/Cambridge_Bay', 24881, 360, -37819, 360, 'Mountain - NU (west)'
189
+ c.timezone 'America/Yellowknife', 1249, 20, -2287, 20, 'Mountain - NT (central)'
190
+ c.timezone 'America/Inuvik', 246059, 3600, -8023, 60, 'Mountain - NT (west)'
191
+ c.timezone 'America/Creston', 491, 10, -6991, 60, 'MST - BC (Creston)'
192
+ c.timezone 'America/Dawson_Creek', 1793, 30, -3607, 30, 'MST - BC (Dawson Cr, Ft St John)'
193
+ c.timezone 'America/Fort_Nelson', 294, 5, -1227, 10, 'MST - BC (Ft Nelson)'
194
+ c.timezone 'America/Vancouver', 739, 15, -7387, 60, 'Pacific - BC (most areas)'
195
+ c.timezone 'America/Whitehorse', 3643, 60, -2701, 20, 'Pacific - Yukon (south)'
196
+ c.timezone 'America/Dawson', 961, 15, -1673, 12, 'Pacific - Yukon (north)'
197
197
  end
198
198
  country 'CC', 'Cocos (Keeling) Islands' do |c|
199
199
  c.timezone 'Indian/Cocos', -73, 6, 1163, 12
200
200
  end
201
201
  country 'CD', 'Congo (Dem. Rep.)' do |c|
202
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
203
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
202
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
203
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
204
204
  end
205
205
  country 'CF', 'Central African Rep.' do |c|
206
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
206
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
207
207
  end
208
208
  country 'CG', 'Congo (Rep.)' do |c|
209
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
209
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
210
210
  end
211
211
  country 'CH', 'Switzerland' do |c|
212
212
  c.timezone 'Europe/Zurich', 2843, 60, 128, 15, 'Swiss time'
@@ -218,11 +218,11 @@ module TZInfo
218
218
  c.timezone 'Pacific/Rarotonga', -637, 30, -4793, 30
219
219
  end
220
220
  country 'CL', 'Chile' do |c|
221
- c.timezone 'America/Santiago', -669, 20, -212, 3, 'most locations'
221
+ c.timezone 'America/Santiago', -669, 20, -212, 3, 'Chile (most areas)'
222
222
  c.timezone 'Pacific/Easter', -543, 20, -3283, 30, 'Easter Island'
223
223
  end
224
224
  country 'CM', 'Cameroon' do |c|
225
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
225
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
226
226
  end
227
227
  country 'CN', 'China' do |c|
228
228
  c.timezone 'Asia/Shanghai', 937, 30, 1822, 15, 'Beijing Time'
@@ -253,7 +253,7 @@ module TZInfo
253
253
  c.timezone 'Europe/Prague', 601, 12, 433, 30
254
254
  end
255
255
  country 'DE', 'Germany' do |c|
256
- c.timezone 'Europe/Berlin', 105, 2, 401, 30, 'Berlin time'
256
+ c.timezone 'Europe/Berlin', 105, 2, 401, 30, 'Germany (most areas)'
257
257
  c.timezone 'Europe/Zurich', 2843, 60, 128, 15, 'Swiss time'
258
258
  end
259
259
  country 'DJ', 'Djibouti' do |c|
@@ -272,7 +272,7 @@ module TZInfo
272
272
  c.timezone 'Africa/Algiers', 2207, 60, 61, 20
273
273
  end
274
274
  country 'EC', 'Ecuador' do |c|
275
- c.timezone 'America/Guayaquil', -13, 6, -479, 6, 'mainland'
275
+ c.timezone 'America/Guayaquil', -13, 6, -479, 6, 'Ecuador (mainland)'
276
276
  c.timezone 'Pacific/Galapagos', -9, 10, -448, 5, 'Galápagos Islands'
277
277
  end
278
278
  country 'EE', 'Estonia' do |c|
@@ -288,8 +288,8 @@ module TZInfo
288
288
  c.timezone 'Africa/Nairobi', -77, 60, 2209, 60
289
289
  end
290
290
  country 'ES', 'Spain' do |c|
291
- c.timezone 'Europe/Madrid', 202, 5, -221, 60, 'mainland'
292
- c.timezone 'Africa/Ceuta', 2153, 60, -319, 60, 'Ceuta & Melilla'
291
+ c.timezone 'Europe/Madrid', 202, 5, -221, 60, 'Spain (mainland)'
292
+ c.timezone 'Africa/Ceuta', 2153, 60, -319, 60, 'Ceuta, Melilla'
293
293
  c.timezone 'Atlantic/Canary', 281, 10, -77, 5, 'Canary Islands'
294
294
  end
295
295
  country 'ET', 'Ethiopia' do |c|
@@ -305,8 +305,8 @@ module TZInfo
305
305
  c.timezone 'Atlantic/Stanley', -517, 10, -1157, 20
306
306
  end
307
307
  country 'FM', 'Micronesia' do |c|
308
- c.timezone 'Pacific/Chuuk', 89, 12, 9107, 60, 'Chuuk (Truk) and Yap'
309
- c.timezone 'Pacific/Pohnpei', 209, 30, 9493, 60, 'Pohnpei (Ponape)'
308
+ c.timezone 'Pacific/Chuuk', 89, 12, 9107, 60, 'Chuuk/Truk, Yap'
309
+ c.timezone 'Pacific/Pohnpei', 209, 30, 9493, 60, 'Pohnpei/Ponape'
310
310
  c.timezone 'Pacific/Kosrae', 319, 60, 9779, 60, 'Kosrae'
311
311
  end
312
312
  country 'FO', 'Faroe Islands' do |c|
@@ -316,7 +316,7 @@ module TZInfo
316
316
  c.timezone 'Europe/Paris', 733, 15, 7, 3
317
317
  end
318
318
  country 'GA', 'Gabon' do |c|
319
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
319
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
320
320
  end
321
321
  country 'GB', 'Britain (UK)' do |c|
322
322
  c.timezone 'Europe/London', 6181, 120, -451, 3600
@@ -340,10 +340,10 @@ module TZInfo
340
340
  c.timezone 'Europe/Gibraltar', 542, 15, -107, 20
341
341
  end
342
342
  country 'GL', 'Greenland' do |c|
343
- c.timezone 'America/Godthab', 3851, 60, -776, 15, 'most locations'
344
- c.timezone 'America/Danmarkshavn', 2303, 30, -56, 3, 'east coast, north of Scoresbysund'
345
- c.timezone 'America/Scoresbysund', 4229, 60, -659, 30, 'Scoresbysund / Ittoqqortoormiit'
346
- c.timezone 'America/Thule', 2297, 30, -4127, 60, 'Thule / Pituffik'
343
+ c.timezone 'America/Godthab', 3851, 60, -776, 15, 'Greenland (most areas)'
344
+ c.timezone 'America/Danmarkshavn', 2303, 30, -56, 3, 'National Park (east coast)'
345
+ c.timezone 'America/Scoresbysund', 4229, 60, -659, 30, 'Scoresbysund/Ittoqqortoormiit'
346
+ c.timezone 'America/Thule', 2297, 30, -4127, 60, 'Thule/Pituffik'
347
347
  end
348
348
  country 'GM', 'Gambia' do |c|
349
349
  c.timezone 'Africa/Abidjan', 319, 60, -121, 30
@@ -355,7 +355,7 @@ module TZInfo
355
355
  c.timezone 'America/Port_of_Spain', 213, 20, -3691, 60
356
356
  end
357
357
  country 'GQ', 'Equatorial Guinea' do |c|
358
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
358
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
359
359
  end
360
360
  country 'GR', 'Greece' do |c|
361
361
  c.timezone 'Europe/Athens', 1139, 30, 1423, 60
@@ -392,10 +392,10 @@ module TZInfo
392
392
  c.timezone 'Europe/Budapest', 95, 2, 229, 12
393
393
  end
394
394
  country 'ID', 'Indonesia' do |c|
395
- c.timezone 'Asia/Jakarta', -37, 6, 534, 5, 'Java & Sumatra'
396
- c.timezone 'Asia/Pontianak', -1, 30, 328, 3, 'west & central Borneo'
397
- c.timezone 'Asia/Makassar', -307, 60, 597, 5, 'east & south Borneo, Sulawesi (Celebes), Bali, Nusa Tengarra, west Timor'
398
- c.timezone 'Asia/Jayapura', -38, 15, 1407, 10, 'west New Guinea (Irian Jaya) & Malukus (Moluccas)'
395
+ c.timezone 'Asia/Jakarta', -37, 6, 534, 5, 'Java, Sumatra'
396
+ c.timezone 'Asia/Pontianak', -1, 30, 328, 3, 'Borneo (west, central)'
397
+ c.timezone 'Asia/Makassar', -307, 60, 597, 5, 'Borneo (east, south); Sulawesi/Celebes, Bali, Nusa Tengarra; Timor (west)'
398
+ c.timezone 'Asia/Jayapura', -38, 15, 1407, 10, 'New Guinea (West Papua / Irian Jaya); Malukus/Moluccas'
399
399
  end
400
400
  country 'IE', 'Ireland' do |c|
401
401
  c.timezone 'Europe/Dublin', 160, 3, -25, 4
@@ -443,7 +443,7 @@ module TZInfo
443
443
  c.timezone 'Asia/Bishkek', 429, 10, 373, 5
444
444
  end
445
445
  country 'KH', 'Cambodia' do |c|
446
- c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'most of Indochina'
446
+ c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'Indochina (most areas)'
447
447
  end
448
448
  country 'KI', 'Kiribati' do |c|
449
449
  c.timezone 'Pacific/Tarawa', 17, 12, 173, 1, 'Gilbert Islands'
@@ -469,14 +469,14 @@ module TZInfo
469
469
  c.timezone 'America/Panama', 269, 30, -1193, 15
470
470
  end
471
471
  country 'KZ', 'Kazakhstan' do |c|
472
- c.timezone 'Asia/Almaty', 173, 4, 1539, 20, 'most locations'
473
- c.timezone 'Asia/Qyzylorda', 224, 5, 982, 15, 'Qyzylorda (Kyzylorda, Kzyl-Orda)'
474
- c.timezone 'Asia/Aqtobe', 3017, 60, 343, 6, 'Aqtobe (Aktobe)'
475
- c.timezone 'Asia/Aqtau', 2671, 60, 754, 15, 'Atyrau (Atirau, Gur\'yev), Mangghystau (Mankistau)'
472
+ c.timezone 'Asia/Almaty', 173, 4, 1539, 20, 'Kazakhstan (most areas)'
473
+ c.timezone 'Asia/Qyzylorda', 224, 5, 982, 15, 'Qyzylorda/Kyzylorda/Kzyl-Orda'
474
+ c.timezone 'Asia/Aqtobe', 3017, 60, 343, 6, 'Aqtobe/Aktobe'
475
+ c.timezone 'Asia/Aqtau', 2671, 60, 754, 15, 'Atyrau/Atirau/Gur\'yev, Mangghystau/Mankistau'
476
476
  c.timezone 'Asia/Oral', 3073, 60, 1027, 20, 'West Kazakhstan'
477
477
  end
478
478
  country 'LA', 'Laos' do |c|
479
- c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'most of Indochina'
479
+ c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'Indochina (most areas)'
480
480
  end
481
481
  country 'LB', 'Lebanon' do |c|
482
482
  c.timezone 'Asia/Beirut', 2033, 60, 71, 2
@@ -520,14 +520,14 @@ module TZInfo
520
520
  country 'ME', 'Montenegro' do |c|
521
521
  c.timezone 'Europe/Belgrade', 269, 6, 41, 2
522
522
  end
523
- country 'MF', 'St Martin (French part)' do |c|
523
+ country 'MF', 'St Martin (French)' do |c|
524
524
  c.timezone 'America/Port_of_Spain', 213, 20, -3691, 60
525
525
  end
526
526
  country 'MG', 'Madagascar' do |c|
527
527
  c.timezone 'Africa/Nairobi', -77, 60, 2209, 60
528
528
  end
529
529
  country 'MH', 'Marshall Islands' do |c|
530
- c.timezone 'Pacific/Majuro', 143, 20, 856, 5, 'most locations'
530
+ c.timezone 'Pacific/Majuro', 143, 20, 856, 5, 'Marshall Islands (most areas)'
531
531
  c.timezone 'Pacific/Kwajalein', 109, 12, 502, 3, 'Kwajalein'
532
532
  end
533
533
  country 'MK', 'Macedonia' do |c|
@@ -540,7 +540,7 @@ module TZInfo
540
540
  c.timezone 'Asia/Rangoon', 1007, 60, 577, 6
541
541
  end
542
542
  country 'MN', 'Mongolia' do |c|
543
- c.timezone 'Asia/Ulaanbaatar', 575, 12, 6413, 60, 'most locations'
543
+ c.timezone 'Asia/Ulaanbaatar', 575, 12, 6413, 60, 'Mongolia (most areas)'
544
544
  c.timezone 'Asia/Hovd', 2881, 60, 1833, 20, 'Bayan-Ölgii, Govi-Altai, Hovd, Uvs, Zavkhan'
545
545
  c.timezone 'Asia/Choibalsan', 721, 15, 229, 2, 'Dornod, Sükhbaatar'
546
546
  end
@@ -569,27 +569,27 @@ module TZInfo
569
569
  c.timezone 'Indian/Maldives', 25, 6, 147, 2
570
570
  end
571
571
  country 'MW', 'Malawi' do |c|
572
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
572
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
573
573
  end
574
574
  country 'MX', 'Mexico' do |c|
575
- c.timezone 'America/Mexico_City', 97, 5, -1983, 20, 'Central Time - most locations'
575
+ c.timezone 'America/Mexico_City', 97, 5, -1983, 20, 'Central Time'
576
576
  c.timezone 'America/Cancun', 253, 12, -2603, 30, 'Eastern Standard Time - Quintana Roo'
577
577
  c.timezone 'America/Merida', 629, 30, -5377, 60, 'Central Time - Campeche, Yucatán'
578
- c.timezone 'America/Monterrey', 77, 3, -6019, 60, 'Mexican Central Time - Coahuila, Durango, Nuevo León, Tamaulipas away from US border'
579
- c.timezone 'America/Matamoros', 155, 6, -195, 2, 'US Central Time - Coahuila, Durango, Nuevo León, Tamaulipas near US border'
580
- c.timezone 'America/Mazatlan', 1393, 60, -1277, 12, 'Mountain Time - S Baja, Nayarit, Sinaloa'
581
- c.timezone 'America/Chihuahua', 859, 30, -1273, 12, 'Mexican Mountain Time - Chihuahua away from US border'
582
- c.timezone 'America/Ojinaga', 887, 30, -1253, 12, 'US Mountain Time - Chihuahua near US border'
578
+ c.timezone 'America/Monterrey', 77, 3, -6019, 60, 'Central Time - Durango; Coahuila, Nuevo León, Tamaulipas (most areas)'
579
+ c.timezone 'America/Matamoros', 155, 6, -195, 2, 'Central Time US - Coahuila, Nuevo León, Tamaulipas (US border)'
580
+ c.timezone 'America/Mazatlan', 1393, 60, -1277, 12, 'Mountain Time - Baja California Sur, Nayarit, Sinaloa'
581
+ c.timezone 'America/Chihuahua', 859, 30, -1273, 12, 'Mountain Time - Chihuahua (most areas)'
582
+ c.timezone 'America/Ojinaga', 887, 30, -1253, 12, 'Mountain Time US - Chihuahua (US border)'
583
583
  c.timezone 'America/Hermosillo', 436, 15, -3329, 30, 'Mountain Standard Time - Sonora'
584
- c.timezone 'America/Tijuana', 488, 15, -7021, 60, 'US Pacific Time - Baja California state'
585
- c.timezone 'America/Bahia_Banderas', 104, 5, -421, 4, 'Mexican Central Time - Bahía de Banderas'
584
+ c.timezone 'America/Tijuana', 488, 15, -7021, 60, 'Pacific Time US - Baja California'
585
+ c.timezone 'America/Bahia_Banderas', 104, 5, -421, 4, 'Central Time - Bahía de Banderas'
586
586
  end
587
587
  country 'MY', 'Malaysia' do |c|
588
- c.timezone 'Asia/Kuala_Lumpur', 19, 6, 1017, 10, 'peninsular Malaysia'
589
- c.timezone 'Asia/Kuching', 31, 20, 331, 3, 'Sabah & Sarawak'
588
+ c.timezone 'Asia/Kuala_Lumpur', 19, 6, 1017, 10, 'Malaysia (peninsula)'
589
+ c.timezone 'Asia/Kuching', 31, 20, 331, 3, 'Sabah, Sarawak'
590
590
  end
591
591
  country 'MZ', 'Mozambique' do |c|
592
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
592
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
593
593
  end
594
594
  country 'NA', 'Namibia' do |c|
595
595
  c.timezone 'Africa/Windhoek', -677, 30, 171, 10
@@ -598,13 +598,13 @@ module TZInfo
598
598
  c.timezone 'Pacific/Noumea', -334, 15, 3329, 20
599
599
  end
600
600
  country 'NE', 'Niger' do |c|
601
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
601
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
602
602
  end
603
603
  country 'NF', 'Norfolk Island' do |c|
604
604
  c.timezone 'Pacific/Norfolk', -581, 20, 5039, 30
605
605
  end
606
606
  country 'NG', 'Nigeria' do |c|
607
- c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time (UTC+1)'
607
+ c.timezone 'Africa/Lagos', 129, 20, 17, 5, 'West Africa Time'
608
608
  end
609
609
  country 'NI', 'Nicaragua' do |c|
610
610
  c.timezone 'America/Managua', 243, 20, -5177, 60
@@ -643,7 +643,7 @@ module TZInfo
643
643
  c.timezone 'Pacific/Gambier', -347, 15, -2699, 20, 'Gambier Islands'
644
644
  end
645
645
  country 'PG', 'Papua New Guinea' do |c|
646
- c.timezone 'Pacific/Port_Moresby', -19, 2, 883, 6, 'most locations'
646
+ c.timezone 'Pacific/Port_Moresby', -19, 2, 883, 6, 'Papua New Guinea (most areas)'
647
647
  c.timezone 'Pacific/Bougainville', -373, 60, 4667, 30, 'Bougainville'
648
648
  end
649
649
  country 'PH', 'Philippines' do |c|
@@ -669,7 +669,7 @@ module TZInfo
669
669
  c.timezone 'Asia/Hebron', 473, 15, 7019, 200, 'West Bank'
670
670
  end
671
671
  country 'PT', 'Portugal' do |c|
672
- c.timezone 'Europe/Lisbon', 2323, 60, -137, 15, 'mainland'
672
+ c.timezone 'Europe/Lisbon', 2323, 60, -137, 15, 'Portugal (mainland)'
673
673
  c.timezone 'Atlantic/Madeira', 979, 30, -169, 10, 'Madeira Islands'
674
674
  c.timezone 'Atlantic/Azores', 566, 15, -77, 3, 'Azores'
675
675
  end
@@ -683,7 +683,7 @@ module TZInfo
683
683
  c.timezone 'Asia/Qatar', 1517, 60, 773, 15
684
684
  end
685
685
  country 'RE', 'Réunion' do |c|
686
- c.timezone 'Indian/Reunion', -313, 15, 832, 15, 'Réunion, Crozet Is, Scattered Is'
686
+ c.timezone 'Indian/Reunion', -313, 15, 832, 15, 'Réunion, Crozet, Scattered Islands'
687
687
  end
688
688
  country 'RO', 'Romania' do |c|
689
689
  c.timezone 'Europe/Bucharest', 1333, 30, 261, 10
@@ -692,30 +692,33 @@ module TZInfo
692
692
  c.timezone 'Europe/Belgrade', 269, 6, 41, 2
693
693
  end
694
694
  country 'RU', 'Russia' do |c|
695
- c.timezone 'Europe/Kaliningrad', 3283, 60, 41, 2, 'Moscow-01 - Kaliningrad'
696
- c.timezone 'Europe/Moscow', 66907, 1200, 8464, 225, 'Moscow+00 - west Russia'
697
- c.timezone 'Europe/Simferopol', 899, 20, 341, 10, 'Moscow+00 - Crimea'
698
- c.timezone 'Europe/Volgograd', 731, 15, 533, 12, 'Moscow+00 - Caspian Sea'
699
- c.timezone 'Europe/Samara', 266, 5, 1003, 20, 'Moscow+00 (Moscow+01 after 2014-10-26) - Samara, Udmurtia'
700
- c.timezone 'Asia/Yekaterinburg', 1137, 20, 303, 5, 'Moscow+02 - Urals'
701
- c.timezone 'Asia/Omsk', 55, 1, 367, 5, 'Moscow+03 - west Siberia'
702
- c.timezone 'Asia/Novosibirsk', 1651, 30, 995, 12, 'Moscow+03 - Novosibirsk'
703
- c.timezone 'Asia/Novokuznetsk', 215, 4, 5227, 60, 'Moscow+03 (Moscow+04 after 2014-10-26) - Kemerovo'
704
- c.timezone 'Asia/Krasnoyarsk', 3361, 60, 557, 6, 'Moscow+04 - Yenisei River'
705
- c.timezone 'Asia/Irkutsk', 784, 15, 313, 3, 'Moscow+05 - Lake Baikal'
706
- c.timezone 'Asia/Chita', 1041, 20, 1702, 15, 'Moscow+06 (Moscow+05 after 2014-10-26) - Zabaykalsky'
707
- c.timezone 'Asia/Yakutsk', 62, 1, 389, 3, 'Moscow+06 - Lena River'
708
- c.timezone 'Asia/Khandyga', 225563, 3600, 243997, 1800, 'Moscow+06 - Tomponsky, Ust-Maysky'
709
- c.timezone 'Asia/Vladivostok', 259, 6, 1979, 15, 'Moscow+07 - Amur River'
710
- c.timezone 'Asia/Sakhalin', 1409, 30, 1427, 10, 'Moscow+07 - Sakhalin Island'
711
- c.timezone 'Asia/Ust-Nera', 232417, 3600, 10742, 75, 'Moscow+07 - Oymyakonsky'
712
- c.timezone 'Asia/Magadan', 1787, 30, 754, 5, 'Moscow+08 (Moscow+07 after 2014-10-26) - Magadan'
713
- c.timezone 'Asia/Srednekolymsk', 1012, 15, 9223, 60, 'Moscow+08 - E Sakha, N Kuril Is'
714
- c.timezone 'Asia/Kamchatka', 3181, 60, 3173, 20, 'Moscow+08 (Moscow+09 after 2014-10-26) - Kamchatka'
715
- c.timezone 'Asia/Anadyr', 259, 4, 10649, 60, 'Moscow+08 (Moscow+09 after 2014-10-26) - Bering Sea'
695
+ c.timezone 'Europe/Kaliningrad', 3283, 60, 41, 2, 'MSK-01 - Kaliningrad'
696
+ c.timezone 'Europe/Moscow', 66907, 1200, 8464, 225, 'MSK+00 - Moscow area'
697
+ c.timezone 'Europe/Simferopol', 899, 20, 341, 10, 'MSK+00 - Crimea'
698
+ c.timezone 'Europe/Volgograd', 731, 15, 533, 12, 'MSK+00 - Volgograd, Kirov, Saratov'
699
+ c.timezone 'Europe/Astrakhan', 927, 20, 961, 20, 'MSK+01 - Astrakhan'
700
+ c.timezone 'Europe/Samara', 266, 5, 1003, 20, 'MSK+01 - Samara, Udmurtia'
701
+ c.timezone 'Europe/Ulyanovsk', 163, 3, 242, 5, 'MSK+01 - Ulyanovsk'
702
+ c.timezone 'Asia/Yekaterinburg', 1137, 20, 303, 5, 'MSK+02 - Urals'
703
+ c.timezone 'Asia/Omsk', 55, 1, 367, 5, 'MSK+03 - Omsk'
704
+ c.timezone 'Asia/Novosibirsk', 1651, 30, 995, 12, 'MSK+03 - Novosibirsk, Tomsk'
705
+ c.timezone 'Asia/Barnaul', 1601, 30, 335, 4, 'MSK+04 - Altai'
706
+ c.timezone 'Asia/Novokuznetsk', 215, 4, 5227, 60, 'MSK+04 - Kemerovo'
707
+ c.timezone 'Asia/Krasnoyarsk', 3361, 60, 557, 6, 'MSK+04 - Krasnoyarsk area'
708
+ c.timezone 'Asia/Irkutsk', 784, 15, 313, 3, 'MSK+05 - Irkutsk, Buryatia'
709
+ c.timezone 'Asia/Chita', 1041, 20, 1702, 15, 'MSK+05 - Zabaykalsky'
710
+ c.timezone 'Asia/Yakutsk', 62, 1, 389, 3, 'MSK+06 - Lena River'
711
+ c.timezone 'Asia/Khandyga', 225563, 3600, 243997, 1800, 'MSK+06 - Tomponsky, Ust-Maysky'
712
+ c.timezone 'Asia/Vladivostok', 259, 6, 1979, 15, 'MSK+07 - Amur River'
713
+ c.timezone 'Asia/Sakhalin', 1409, 30, 1427, 10, 'MSK+07 - Sakhalin Island'
714
+ c.timezone 'Asia/Ust-Nera', 232417, 3600, 10742, 75, 'MSK+07 - Oymyakonsky'
715
+ c.timezone 'Asia/Magadan', 1787, 30, 754, 5, 'MSK+07 - Magadan'
716
+ c.timezone 'Asia/Srednekolymsk', 1012, 15, 9223, 60, 'MSK+08 - Sakha (E); North Kuril Is'
717
+ c.timezone 'Asia/Kamchatka', 3181, 60, 3173, 20, 'MSK+09 - Kamchatka'
718
+ c.timezone 'Asia/Anadyr', 259, 4, 10649, 60, 'MSK+09 - Bering Sea'
716
719
  end
717
720
  country 'RW', 'Rwanda' do |c|
718
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
721
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
719
722
  end
720
723
  country 'SA', 'Saudi Arabia' do |c|
721
724
  c.timezone 'Asia/Riyadh', 739, 30, 2803, 60
@@ -771,7 +774,7 @@ module TZInfo
771
774
  country 'SV', 'El Salvador' do |c|
772
775
  c.timezone 'America/El_Salvador', 137, 10, -446, 5
773
776
  end
774
- country 'SX', 'St Maarten (Dutch part)' do |c|
777
+ country 'SX', 'St Maarten (Dutch)' do |c|
775
778
  c.timezone 'America/Curacao', 731, 60, -69, 1
776
779
  end
777
780
  country 'SY', 'Syria' do |c|
@@ -787,14 +790,14 @@ module TZInfo
787
790
  c.timezone 'Africa/Ndjamena', 727, 60, 301, 20
788
791
  end
789
792
  country 'TF', 'French Southern & Antarctic Lands' do |c|
790
- c.timezone 'Indian/Kerguelen', -17767, 360, 28087, 400, 'Kerguelen, St Paul I, Amsterdam I'
791
- c.timezone 'Indian/Reunion', -313, 15, 832, 15, 'Réunion, Crozet Is, Scattered Is'
793
+ c.timezone 'Indian/Kerguelen', -17767, 360, 28087, 400, 'Kerguelen, St Paul Island, Amsterdam Island'
794
+ c.timezone 'Indian/Reunion', -313, 15, 832, 15, 'Réunion, Crozet, Scattered Islands'
792
795
  end
793
796
  country 'TG', 'Togo' do |c|
794
797
  c.timezone 'Africa/Abidjan', 319, 60, -121, 30
795
798
  end
796
799
  country 'TH', 'Thailand' do |c|
797
- c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'most of Indochina'
800
+ c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'Indochina (most areas)'
798
801
  end
799
802
  country 'TJ', 'Tajikistan' do |c|
800
803
  c.timezone 'Asia/Dushanbe', 463, 12, 344, 5
@@ -830,9 +833,9 @@ module TZInfo
830
833
  c.timezone 'Africa/Nairobi', -77, 60, 2209, 60
831
834
  end
832
835
  country 'UA', 'Ukraine' do |c|
833
- c.timezone 'Europe/Kiev', 1513, 30, 1831, 60, 'most locations'
836
+ c.timezone 'Europe/Kiev', 1513, 30, 1831, 60, 'Ukraine (most areas)'
834
837
  c.timezone 'Europe/Uzhgorod', 2917, 60, 223, 10, 'Ruthenia'
835
- c.timezone 'Europe/Zaporozhye', 287, 6, 211, 6, 'Zaporozh\'ye, E Lugansk / Zaporizhia, E Luhansk'
838
+ c.timezone 'Europe/Zaporozhye', 287, 6, 211, 6, 'Zaporozh\'ye/Zaporizhia; Lugansk/Luhansk (east)'
836
839
  end
837
840
  country 'UG', 'Uganda' do |c|
838
841
  c.timezone 'Africa/Nairobi', -77, 60, 2209, 60
@@ -840,45 +843,45 @@ module TZInfo
840
843
  country 'UM', 'US minor outlying islands' do |c|
841
844
  c.timezone 'Pacific/Wake', 1157, 60, 9997, 60, 'Wake Island'
842
845
  c.timezone 'Pacific/Pago_Pago', -214, 15, -1707, 10, 'Samoa, Midway'
843
- c.timezone 'Pacific/Honolulu', 15341, 720, -18943, 120, 'Hawaii time'
846
+ c.timezone 'Pacific/Honolulu', 15341, 720, -18943, 120, 'Hawaii'
844
847
  end
845
848
  country 'US', 'United States' do |c|
846
- c.timezone 'America/New_York', 48857, 1200, -266423, 3600, 'Eastern Time'
847
- c.timezone 'America/Detroit', 152393, 3600, -19931, 240, 'Eastern Time - Michigan - most locations'
848
- c.timezone 'America/Kentucky/Louisville', 9181, 240, -154367, 1800, 'Eastern Time - Kentucky - Louisville area'
849
- c.timezone 'America/Kentucky/Monticello', 132587, 3600, -101819, 1200, 'Eastern Time - Kentucky - Wayne County'
850
- c.timezone 'America/Indiana/Indianapolis', 23861, 600, -310169, 3600, 'Eastern Time - Indiana - most locations'
851
- c.timezone 'America/Indiana/Vincennes', 69619, 1800, -315103, 3600, 'Eastern Time - Indiana - Daviess, Dubois, Knox & Martin Counties'
852
- c.timezone 'America/Indiana/Winamac', 29557, 720, -311771, 3600, 'Eastern Time - Indiana - Pulaski County'
853
- c.timezone 'America/Indiana/Marengo', 17269, 450, -310841, 3600, 'Eastern Time - Indiana - Crawford County'
854
- c.timezone 'America/Indiana/Petersburg', 138571, 3600, -314203, 3600, 'Eastern Time - Indiana - Pike County'
855
- c.timezone 'America/Indiana/Vevay', 34873, 900, -153121, 1800, 'Eastern Time - Indiana - Switzerland County'
856
- c.timezone 'America/Chicago', 837, 20, -1753, 20, 'Central Time'
857
- c.timezone 'America/Indiana/Tell_City', 136631, 3600, -312341, 3600, 'Central Time - Indiana - Perry County'
858
- c.timezone 'America/Indiana/Knox', 9911, 240, -693, 8, 'Central Time - Indiana - Starke County'
859
- c.timezone 'America/Menominee', 40597, 900, -105137, 1200, 'Central Time - Michigan - Dickinson, Gogebic, Iron & Menominee Counties'
860
- c.timezone 'America/North_Dakota/Center', 169619, 3600, -121559, 1200, 'Central Time - North Dakota - Oliver County'
861
- c.timezone 'America/North_Dakota/New_Salem', 9369, 200, -121693, 1200, 'Central Time - North Dakota - Morton County (except Mandan area)'
862
- c.timezone 'America/North_Dakota/Beulah', 56717, 1200, -916, 9, 'Central Time - North Dakota - Mercer County'
863
- c.timezone 'America/Denver', 47687, 1200, -125981, 1200, 'Mountain Time'
864
- c.timezone 'America/Boise', 157009, 3600, -46481, 400, 'Mountain Time - south Idaho & east Oregon'
865
- c.timezone 'America/Phoenix', 20069, 600, -16811, 150, 'Mountain Standard Time - Arizona (except Navajo)'
866
- c.timezone 'America/Los_Angeles', 30647, 900, -212837, 1800, 'Pacific Time'
867
- c.timezone 'America/Anchorage', 44077, 720, -539641, 3600, 'Alaska Time'
868
- c.timezone 'America/Juneau', 209887, 3600, -483911, 3600, 'Alaska Time - Alaska panhandle'
869
- c.timezone 'America/Sitka', 41167, 720, -487087, 3600, 'Alaska Time - southeast Alaska panhandle'
870
- c.timezone 'America/Metlakatla', 198457, 3600, -18947, 144, 'Alaska Time - Annette Island'
871
- c.timezone 'America/Yakutat', 214369, 3600, -251509, 1800, 'Alaska Time - Alaska panhandle neck'
872
- c.timezone 'America/Nome', 58051, 900, -595463, 3600, 'Alaska Time - west Alaska'
849
+ c.timezone 'America/New_York', 48857, 1200, -266423, 3600, 'Eastern (most areas)'
850
+ c.timezone 'America/Detroit', 152393, 3600, -19931, 240, 'Eastern - MI (most areas)'
851
+ c.timezone 'America/Kentucky/Louisville', 9181, 240, -154367, 1800, 'Eastern - KY (Louisville area)'
852
+ c.timezone 'America/Kentucky/Monticello', 132587, 3600, -101819, 1200, 'Eastern - KY (Wayne)'
853
+ c.timezone 'America/Indiana/Indianapolis', 23861, 600, -310169, 3600, 'Eastern - IN (most areas)'
854
+ c.timezone 'America/Indiana/Vincennes', 69619, 1800, -315103, 3600, 'Eastern - IN (Da, Du, K, Mn)'
855
+ c.timezone 'America/Indiana/Winamac', 29557, 720, -311771, 3600, 'Eastern - IN (Pulaski)'
856
+ c.timezone 'America/Indiana/Marengo', 17269, 450, -310841, 3600, 'Eastern - IN (Crawford)'
857
+ c.timezone 'America/Indiana/Petersburg', 138571, 3600, -314203, 3600, 'Eastern - IN (Pike)'
858
+ c.timezone 'America/Indiana/Vevay', 34873, 900, -153121, 1800, 'Eastern - IN (Switzerland)'
859
+ c.timezone 'America/Chicago', 837, 20, -1753, 20, 'Central (most areas)'
860
+ c.timezone 'America/Indiana/Tell_City', 136631, 3600, -312341, 3600, 'Central - IN (Perry)'
861
+ c.timezone 'America/Indiana/Knox', 9911, 240, -693, 8, 'Central - IN (Starke)'
862
+ c.timezone 'America/Menominee', 40597, 900, -105137, 1200, 'Central - MI (Wisconsin border)'
863
+ c.timezone 'America/North_Dakota/Center', 169619, 3600, -121559, 1200, 'Central - ND (Oliver)'
864
+ c.timezone 'America/North_Dakota/New_Salem', 9369, 200, -121693, 1200, 'Central - ND (Morton rural)'
865
+ c.timezone 'America/North_Dakota/Beulah', 56717, 1200, -916, 9, 'Central - ND (Mercer)'
866
+ c.timezone 'America/Denver', 47687, 1200, -125981, 1200, 'Mountain (most areas)'
867
+ c.timezone 'America/Boise', 157009, 3600, -46481, 400, 'Mountain - ID (south); OR (east)'
868
+ c.timezone 'America/Phoenix', 20069, 600, -16811, 150, 'MST - Arizona (except Navajo)'
869
+ c.timezone 'America/Los_Angeles', 30647, 900, -212837, 1800, 'Pacific'
870
+ c.timezone 'America/Anchorage', 44077, 720, -539641, 3600, 'Alaska (most areas)'
871
+ c.timezone 'America/Juneau', 209887, 3600, -483911, 3600, 'Alaska - Juneau area'
872
+ c.timezone 'America/Sitka', 41167, 720, -487087, 3600, 'Alaska - Sitka area'
873
+ c.timezone 'America/Metlakatla', 198457, 3600, -18947, 144, 'Alaska - Annette Island'
874
+ c.timezone 'America/Yakutat', 214369, 3600, -251509, 1800, 'Alaska - Yakutat'
875
+ c.timezone 'America/Nome', 58051, 900, -595463, 3600, 'Alaska (west)'
873
876
  c.timezone 'America/Adak', 1297, 25, -635969, 3600, 'Aleutian Islands'
874
- c.timezone 'Pacific/Honolulu', 15341, 720, -18943, 120, 'Hawaii time'
877
+ c.timezone 'Pacific/Honolulu', 15341, 720, -18943, 120, 'Hawaii'
875
878
  end
876
879
  country 'UY', 'Uruguay' do |c|
877
880
  c.timezone 'America/Montevideo', -2093, 60, -3371, 60
878
881
  end
879
882
  country 'UZ', 'Uzbekistan' do |c|
880
- c.timezone 'Asia/Samarkand', 119, 3, 334, 5, 'west Uzbekistan'
881
- c.timezone 'Asia/Tashkent', 124, 3, 693, 10, 'east Uzbekistan'
883
+ c.timezone 'Asia/Samarkand', 119, 3, 334, 5, 'Uzbekistan (west)'
884
+ c.timezone 'Asia/Tashkent', 124, 3, 693, 10, 'Uzbekistan (east)'
882
885
  end
883
886
  country 'VA', 'Vatican City' do |c|
884
887
  c.timezone 'Europe/Rome', 419, 10, 749, 60
@@ -896,8 +899,8 @@ module TZInfo
896
899
  c.timezone 'America/Port_of_Spain', 213, 20, -3691, 60
897
900
  end
898
901
  country 'VN', 'Vietnam' do |c|
899
- c.timezone 'Asia/Ho_Chi_Minh', 43, 4, 320, 3, 'south Vietnam'
900
- c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'most of Indochina'
902
+ c.timezone 'Asia/Ho_Chi_Minh', 43, 4, 320, 3, 'Vietnam (south)'
903
+ c.timezone 'Asia/Bangkok', 55, 4, 6031, 60, 'Indochina (most areas)'
901
904
  end
902
905
  country 'VU', 'Vanuatu' do |c|
903
906
  c.timezone 'Pacific/Efate', -53, 3, 2021, 12
@@ -918,10 +921,10 @@ module TZInfo
918
921
  c.timezone 'Africa/Johannesburg', -105, 4, 28, 1
919
922
  end
920
923
  country 'ZM', 'Zambia' do |c|
921
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
924
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
922
925
  end
923
926
  country 'ZW', 'Zimbabwe' do |c|
924
- c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time (UTC+2)'
927
+ c.timezone 'Africa/Maputo', -779, 30, 391, 12, 'Central Africa Time'
925
928
  end
926
929
  end
927
930
  end