diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2014-09-02 11:54:24 +1000 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2014-09-02 11:54:24 +1000 |
| commit | 5dd9d582f175701fbf461c2e5ca6bbb1021cbd25 (patch) | |
| tree | 66b2bb4d0fe5dc8a7b58b46f8f2ac7762f24a39a /src/pkg | |
| parent | a8c5e87b1e5ef224a10440bff6b79b605570cd3c (diff) | |
| download | go-5dd9d582f175701fbf461c2e5ca6bbb1021cbd25.tar.xz | |
time: update generated zoneinfo_abbrs_windows.go
The file in repo has been updated recently, but all these changes
are gone off the web site now. It seems web site gets updated once
in a while, so we'll update our file occasionally.
LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/140780043
Diffstat (limited to 'src/pkg')
| -rw-r--r-- | src/pkg/time/zoneinfo_abbrs_windows.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/time/zoneinfo_abbrs_windows.go b/src/pkg/time/zoneinfo_abbrs_windows.go index df0c10e91c..51a1a2f66d 100644 --- a/src/pkg/time/zoneinfo_abbrs_windows.go +++ b/src/pkg/time/zoneinfo_abbrs_windows.go @@ -13,7 +13,7 @@ type abbr struct { } var abbrs = map[string]abbr{ - "Egypt Standard Time": {"EET", "EEST"}, // Africa/Cairo + "Egypt Standard Time": {"EET", "EET"}, // Africa/Cairo "Morocco Standard Time": {"WET", "WEST"}, // Africa/Casablanca "South Africa Standard Time": {"SAST", "SAST"}, // Africa/Johannesburg "W. Central Africa Standard Time": {"WAT", "WAT"}, // Africa/Lagos @@ -22,7 +22,7 @@ var abbrs = map[string]abbr{ "Namibia Standard Time": {"WAT", "WAST"}, // Africa/Windhoek "Alaskan Standard Time": {"AKST", "AKDT"}, // America/Anchorage "Paraguay Standard Time": {"PYT", "PYST"}, // America/Asuncion - "Bahia Standard Time": {"BRT", "BRT"}, // America/Bahia + "Bahia Standard Time": {"BRT", "BRST"}, // America/Bahia "SA Pacific Standard Time": {"COT", "COT"}, // America/Bogota "Argentina Standard Time": {"ART", "ART"}, // America/Buenos_Aires "Venezuela Standard Time": {"VET", "VET"}, // America/Caracas @@ -105,9 +105,9 @@ var abbrs = map[string]abbr{ "Romance Standard Time": {"CET", "CEST"}, // Europe/Paris "Central European Standard Time": {"CET", "CEST"}, // Europe/Warsaw "Mauritius Standard Time": {"MUT", "MUT"}, // Indian/Mauritius - "Samoa Standard Time": {"WST", "WSDT"}, // Pacific/Apia + "Samoa Standard Time": {"WST", "WST"}, // Pacific/Apia "New Zealand Standard Time": {"NZST", "NZDT"}, // Pacific/Auckland - "Fiji Standard Time": {"FJT", "FJST"}, // Pacific/Fiji + "Fiji Standard Time": {"FJT", "FJT"}, // Pacific/Fiji "Central Pacific Standard Time": {"SBT", "SBT"}, // Pacific/Guadalcanal "Hawaiian Standard Time": {"HST", "HST"}, // Pacific/Honolulu "Line Islands Standard Time": {"LINT", "LINT"}, // Pacific/Kiritimati |
