Skip to content

Commit

Permalink
Add CDT and MDT tkuchiki#13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Baranov committed Jun 6, 2019
1 parent bf9a41e commit e6b070f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions timezone.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ var offsets = map[string]int{
"SCT": 14400,
"AFT": 16200,
"AQTT": 18000,
"CDT": 18000,
"GMT-5": 18000,
"MAWT": 18000,
"MVT": 18000,
Expand All @@ -102,6 +103,7 @@ var offsets = map[string]int{
"BDT": 21600,
"BTT": 21600,
"GMT-6": 21600,
"MDT": 21600,
"IOT": 21600,
"KGT": 21600,
"NOVT": 21600,
Expand Down Expand Up @@ -396,6 +398,9 @@ var timezones = map[string][]string{
"CCT": []string{
"Indian/Cocos",
},
"CDT": []string{
"Etc/GMT-5",
},
"CET": []string{
"Africa/Algiers",
"Africa/Ceuta",
Expand Down Expand Up @@ -868,6 +873,9 @@ var timezones = map[string][]string{
"MAWT": []string{
"Antarctica/Mawson",
},
"MDT": []string{
"Etc/GMT-6",
},
"MET": []string{
"MET",
},
Expand Down

0 comments on commit e6b070f

Please sign in to comment.