Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoeybloggs <Dean.Karn@gmail.com>2016-08-18 16:27:45 +0300
committerjoeybloggs <Dean.Karn@gmail.com>2016-08-18 16:27:45 +0300
commit4d5203f4ffe923766592cb84db404040cff387e9 (patch)
tree910900599d6ca42398ebff7c47b36779d9d74bd5 /zh_Hant_HK
parent936167fec07f617d1236bcc41e24702a75a3be92 (diff)
Add timezone logic + locale specific info
Diffstat (limited to 'zh_Hant_HK')
-rw-r--r--zh_Hant_HK/zh_Hant_HK.go8
1 files changed, 7 insertions, 1 deletions
diff --git a/zh_Hant_HK/zh_Hant_HK.go b/zh_Hant_HK/zh_Hant_HK.go
index deae043d..01eabfae 100644
--- a/zh_Hant_HK/zh_Hant_HK.go
+++ b/zh_Hant_HK/zh_Hant_HK.go
@@ -42,6 +42,7 @@ type zh_Hant_HK struct {
erasAbbreviated [][]byte
erasNarrow [][]byte
erasWide [][]byte
+ timezones map[string][]byte
}
// New returns a new instance of translator for the 'zh_Hant_HK' locale
@@ -73,6 +74,7 @@ func New() locales.Translator {
erasAbbreviated: [][]uint8{{0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83, 0xe5, 0x89, 0x8d}, {0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83}},
erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)},
erasWide: [][]uint8{{0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83, 0xe5, 0x89, 0x8d}, {0xe5, 0x85, 0xac, 0xe5, 0x85, 0x83}},
+ timezones: map[string][]uint8{"NZST": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAT": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SAST": {0xe5, 0x8d, 0x97, 0xe9, 0x9d, 0x9e, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AST": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYT": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CAT": {0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHADT": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ECT": {0xe5, 0x8e, 0x84, 0xe7, 0x93, 0x9c, 0xe5, 0xa4, 0x9a, 0xe7, 0x88, 0xbe, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AEST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLT": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GYT": {0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9e, 0xe9, 0x82, 0xa3, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "BT": {0xe4, 0xb8, 0x8d, 0xe4, 0xb8, 0xb9, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WEZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OESZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MYT": {0xe9, 0xa9, 0xac, 0xe6, 0x9d, 0xa5, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CHAST": {0xe6, 0x9f, 0xa5, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe6, 0x9d, 0xb1, 0xe9, 0x83, 0xa8, 0xe6, 0xa8, 0x99, 0xe6, 0xba, 0x96, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "AKST": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GFT": {0xe6, 0xb3, 0x95, 0xe5, 0xb1, 0x9e, 0xe5, 0x9c, 0xad, 0xe4, 0xba, 0x9a, 0xe9, 0x82, 0xa3, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ADT": {0xe5, 0xa4, 0xa7, 0xe8, 0xa5, 0xbf, 0xe6, 0xb4, 0x8b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "PST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe5, 0xa4, 0xaa, 0xe5, 0xb9, 0xb3, 0xe6, 0xb4, 0x8b, 0xe6, 0xa8, 0x99, 0xe6, 0xba, 0x96, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "LHDT": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIT": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WAST": {0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKT": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "TMT": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CDT": {0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "∅∅∅": {0xe5, 0xb7, 0xb4, 0xe8, 0xa5, 0xbf, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HKST": {0xe9, 0xa6, 0x99, 0xe6, 0xb8, 0xaf, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JST": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WIB": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "OEZ": {0xe4, 0xb8, 0x9c, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "LHST": {0xe8, 0xb1, 0xaa, 0xe5, 0x8b, 0x8b, 0xe7, 0x88, 0xb5, 0xe5, 0xb2, 0x9b, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CLST": {0xe6, 0x99, 0xba, 0xe5, 0x88, 0xa9, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HNT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAT": {0xe7, 0xba, 0xbd, 0xe8, 0x8a, 0xac, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HADT": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SRT": {0xe8, 0x98, 0x87, 0xe9, 0x87, 0x8c, 0xe5, 0x8d, 0x97, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "TMST": {0xe5, 0x9c, 0x9f, 0xe5, 0xba, 0x93, 0xe6, 0x9b, 0xbc, 0xe6, 0x96, 0xaf, 0xe5, 0x9d, 0xa6, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "CST": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0xa8, 0x99, 0xe6, 0xba, 0x96, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "ARST": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WITA": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe5, 0xb0, 0xbc, 0xe8, 0xa5, 0xbf, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe9, 0x83, 0xa8, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EDT": {0xe5, 0x8c, 0x97, 0xe7, 0xbe, 0x8e, 0xe6, 0x9d, 0xb1, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AEDT": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MEZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "HAST": {0xe5, 0xa4, 0x8f, 0xe5, 0xa8, 0x81, 0xe5, 0xa4, 0xb7, 0x2d, 0xe9, 0x98, 0xbf, 0xe7, 0x95, 0x99, 0xe7, 0x94, 0xb3, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "WART": {0xe9, 0x98, 0xbf, 0xe6, 0xa0, 0xb9, 0xe5, 0xbb, 0xb7, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "VET": {0xe5, 0xa7, 0x94, 0xe5, 0x86, 0x85, 0xe7, 0x91, 0x9e, 0xe6, 0x8b, 0x89, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MESZ": {0xe4, 0xb8, 0xad, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MDT": {0xe6, 0xbe, 0xb3, 0xe9, 0x97, 0xa8, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ACWST": {0xe6, 0xbe, 0xb3, 0xe5, 0xa4, 0xa7, 0xe5, 0x88, 0xa9, 0xe4, 0xba, 0x9a, 0xe4, 0xb8, 0xad, 0xe8, 0xa5, 0xbf, 0xe9, 0x83, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "ChST": {0xe6, 0x9f, 0xa5, 0xe8, 0x8e, 0xab, 0xe7, 0xbd, 0x97, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "EAT": {0xe4, 0xb8, 0x9c, 0xe9, 0x83, 0xa8, 0xe9, 0x9d, 0x9e, 0xe6, 0xb4, 0xb2, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "GMT": {0xe6, 0xa0, 0xbc, 0xe6, 0x9e, 0x97, 0xe5, 0xb0, 0xbc, 0xe6, 0xb2, 0xbb, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "IST": {0xe5, 0x8d, 0xb0, 0xe5, 0xba, 0xa6, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "AKDT": {0xe9, 0x98, 0xbf, 0xe6, 0x8b, 0x89, 0xe6, 0x96, 0xaf, 0xe5, 0x8a, 0xa0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "NZDT": {0xe6, 0x96, 0xb0, 0xe8, 0xa5, 0xbf, 0xe5, 0x85, 0xb0, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "BOT": {0xe7, 0x8e, 0xbb, 0xe5, 0x88, 0xa9, 0xe7, 0xbb, 0xb4, 0xe4, 0xba, 0x9a, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "UYST": {0xe4, 0xb9, 0x8c, 0xe6, 0x8b, 0x89, 0xe5, 0x9c, 0xad, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "MST": {0xe6, 0xbe, 0xb3, 0xe9, 0x97, 0xa8, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COT": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe6, 0xa0, 0x87, 0xe5, 0x87, 0x86, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "COST": {0xe5, 0x93, 0xa5, 0xe4, 0xbc, 0xa6, 0xe6, 0xaf, 0x94, 0xe4, 0xba, 0x9a, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "SGT": {0xe6, 0x96, 0xb0, 0xe5, 0x8a, 0xa0, 0xe5, 0x9d, 0xa1, 0xe6, 0x99, 0x82, 0xe9, 0x96, 0x93}, "WESZ": {0xe8, 0xa5, 0xbf, 0xe6, 0xac, 0xa7, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}, "JDT": {0xe6, 0x97, 0xa5, 0xe6, 0x9c, 0xac, 0xe5, 0xa4, 0x8f, 0xe4, 0xbb, 0xa4, 0xe6, 0x97, 0xb6, 0xe9, 0x97, 0xb4}},
}
}
@@ -454,7 +456,11 @@ func (zh *zh_Hant_HK) FmtTimeFull(t time.Time) []byte {
b := make([]byte, 0, 32)
tz, _ := t.Zone()
- b = append(b, tz...)
+ if btz, ok := zh.timezones[tz]; ok {
+ b = append(b, btz...)
+ } else {
+ b = append(b, tz...)
+ }
b = append(b, []byte{0x20}...)