From 5dd9d582f175701fbf461c2e5ca6bbb1021cbd25 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Tue, 2 Sep 2014 11:54:24 +1000 Subject: [PATCH] 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 --- src/pkg/time/zoneinfo_abbrs_windows.go | 8 ++++---- 1 file 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