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:
Diffstat (limited to 'km_KH/km_KH.go')
-rw-r--r--km_KH/km_KH.go212
1 files changed, 93 insertions, 119 deletions
diff --git a/km_KH/km_KH.go b/km_KH/km_KH.go
index 83619820..3270a115 100644
--- a/km_KH/km_KH.go
+++ b/km_KH/km_KH.go
@@ -14,31 +14,31 @@ type km_KH struct {
pluralsCardinal []locales.PluralRule
pluralsOrdinal []locales.PluralRule
pluralsRange []locales.PluralRule
- decimal []byte
- group []byte
- minus []byte
- percent []byte
- perMille []byte
- timeSeparator []byte
- inifinity []byte
- currencies [][]byte // idx = enum of currency code
- currencyNegativePrefix []byte
- currencyNegativeSuffix []byte
- monthsAbbreviated [][]byte
- monthsNarrow [][]byte
- monthsWide [][]byte
- daysAbbreviated [][]byte
- daysNarrow [][]byte
- daysShort [][]byte
- daysWide [][]byte
- periodsAbbreviated [][]byte
- periodsNarrow [][]byte
- periodsShort [][]byte
- periodsWide [][]byte
- erasAbbreviated [][]byte
- erasNarrow [][]byte
- erasWide [][]byte
- timezones map[string][]byte
+ decimal string
+ group string
+ minus string
+ percent string
+ perMille string
+ timeSeparator string
+ inifinity string
+ currencies []string // idx = enum of currency code
+ currencyNegativePrefix string
+ currencyNegativeSuffix string
+ monthsAbbreviated []string
+ monthsNarrow []string
+ monthsWide []string
+ daysAbbreviated []string
+ daysNarrow []string
+ daysShort []string
+ daysWide []string
+ periodsAbbreviated []string
+ periodsNarrow []string
+ periodsShort []string
+ periodsWide []string
+ erasAbbreviated []string
+ erasNarrow []string
+ erasWide []string
+ timezones map[string]string
}
// New returns a new instance of translator for the 'km_KH' locale
@@ -48,30 +48,30 @@ func New() locales.Translator {
pluralsCardinal: []locales.PluralRule{6},
pluralsOrdinal: []locales.PluralRule{6},
pluralsRange: []locales.PluralRule{6},
- decimal: []byte{0x2c},
- group: []byte{0x2e},
- minus: []byte{0x2d},
- percent: []byte{0x25},
- perMille: []byte{0xe2, 0x80, 0xb0},
- timeSeparator: []byte{0x3a},
- inifinity: []byte{0xe2, 0x88, 0x9e},
- currencies: [][]uint8{{0x41, 0x44, 0x50, 0x20}, {0x41, 0x45, 0x44, 0x20}, {0x41, 0x46, 0x41, 0x20}, {0x41, 0x46, 0x4e, 0x20}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c, 0x20}, {0x41, 0x4d, 0x44, 0x20}, {0x41, 0x4e, 0x47, 0x20}, {0x41, 0x4f, 0x41, 0x20}, {0x41, 0x4f, 0x4b, 0x20}, {0x41, 0x4f, 0x4e, 0x20}, {0x41, 0x4f, 0x52, 0x20}, {0x41, 0x52, 0x41, 0x20}, {0x41, 0x52, 0x4c, 0x20}, {0x41, 0x52, 0x4d, 0x20}, {0x41, 0x52, 0x50, 0x20}, {0x41, 0x52, 0x53, 0x20}, {0x41, 0x54, 0x53, 0x20}, {0x41, 0x55, 0x44, 0x20}, {0x41, 0x57, 0x47, 0x20}, {0x41, 0x5a, 0x4d, 0x20}, {0x41, 0x5a, 0x4e, 0x20}, {0x42, 0x41, 0x44, 0x20}, {0x42, 0x41, 0x4d, 0x20}, {0x42, 0x41, 0x4e, 0x20}, {0x42, 0x42, 0x44, 0x20}, {0x42, 0x44, 0x54, 0x20}, {0x42, 0x45, 0x43, 0x20}, {0x42, 0x45, 0x46, 0x20}, {0x42, 0x45, 0x4c, 0x20}, {0x42, 0x47, 0x4c, 0x20}, {0x42, 0x47, 0x4d, 0x20}, {0x42, 0x47, 0x4e, 0x20}, {0x42, 0x47, 0x4f, 0x20}, {0x42, 0x48, 0x44, 0x20}, {0x42, 0x49, 0x46, 0x20}, {0x42, 0x4d, 0x44, 0x20}, {0x42, 0x4e, 0x44, 0x20}, {0x42, 0x4f, 0x42, 0x20}, {0x42, 0x4f, 0x4c, 0x20}, {0x42, 0x4f, 0x50, 0x20}, {0x42, 0x4f, 0x56, 0x20}, {0x42, 0x52, 0x42, 0x20}, {0x42, 0x52, 0x43, 0x20}, {0x42, 0x52, 0x45, 0x20}, {0x42, 0x52, 0x4c, 0x20}, {0x42, 0x52, 0x4e, 0x20}, {0x42, 0x52, 0x52, 0x20}, {0x42, 0x52, 0x5a, 0x20}, {0x42, 0x53, 0x44, 0x20}, {0x42, 0x54, 0x4e, 0x20}, {0x42, 0x55, 0x4b, 0x20}, {0x42, 0x57, 0x50, 0x20}, {0x42, 0x59, 0x42, 0x20}, {0x42, 0x59, 0x52, 0x20}, {0x42, 0x5a, 0x44, 0x20}, {0x43, 0x41, 0x44, 0x20}, {0x43, 0x44, 0x46, 0x20}, {0x43, 0x48, 0x45, 0x20}, {0x43, 0x48, 0x46, 0x20}, {0x43, 0x48, 0x57, 0x20}, {0x43, 0x4c, 0x45, 0x20}, {0x43, 0x4c, 0x46, 0x20}, {0x43, 0x4c, 0x50, 0x20}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0x59, 0x20}, {0x43, 0x4f, 0x50, 0x20}, {0x43, 0x4f, 0x55, 0x20}, {0x43, 0x52, 0x43, 0x20}, {0x43, 0x53, 0x44, 0x20}, {0x43, 0x53, 0x4b, 0x20}, {0x43, 0x55, 0x43, 0x20}, {0x43, 0x55, 0x50, 0x20}, {0x43, 0x56, 0x45, 0x20}, {0x43, 0x59, 0x50, 0x20}, {0x43, 0x5a, 0x4b, 0x20}, {0x44, 0x44, 0x4d, 0x20}, {0x44, 0x45, 0x4d, 0x20}, {0x44, 0x4a, 0x46, 0x20}, {0x44, 0x4b, 0x4b, 0x20}, {0x44, 0x4f, 0x50, 0x20}, {0x44, 0x5a, 0x44, 0x20}, {0x45, 0x43, 0x53, 0x20}, {0x45, 0x43, 0x56, 0x20}, {0x45, 0x45, 0x4b, 0x20}, {0x45, 0x47, 0x50, 0x20}, {0x45, 0x52, 0x4e, 0x20}, {0x45, 0x53, 0x41, 0x20}, {0x45, 0x53, 0x42, 0x20}, {0x45, 0x53, 0x50, 0x20}, {0x45, 0x54, 0x42, 0x20}, {0x45, 0x55, 0x52, 0x20}, {0x46, 0x49, 0x4d, 0x20}, {0x46, 0x4a, 0x44, 0x20}, {0x46, 0x4b, 0x50, 0x20}, {0x46, 0x52, 0x46, 0x20}, {0x47, 0x42, 0x50, 0x20}, {0x47, 0x45, 0x4b, 0x20}, {0x47, 0x45, 0x4c, 0x20}, {0x47, 0x48, 0x43, 0x20}, {0x47, 0x48, 0x53, 0x20}, {0x47, 0x49, 0x50, 0x20}, {0x47, 0x4d, 0x44, 0x20}, {0x47, 0x4e, 0x46, 0x20}, {0x47, 0x4e, 0x53, 0x20}, {0x47, 0x51, 0x45, 0x20}, {0x47, 0x52, 0x44, 0x20}, {0x47, 0x54, 0x51, 0x20}, {0x47, 0x57, 0x45, 0x20}, {0x47, 0x57, 0x50, 0x20}, {0x47, 0x59, 0x44, 0x20}, {0x48, 0x4b, 0x44, 0x20}, {0x48, 0x4e, 0x4c, 0x20}, {0x48, 0x52, 0x44, 0x20}, {0x48, 0x52, 0x4b, 0x20}, {0x48, 0x54, 0x47, 0x20}, {0x48, 0x55, 0x46, 0x20}, {0x49, 0x44, 0x52, 0x20}, {0x49, 0x45, 0x50, 0x20}, {0x49, 0x4c, 0x50, 0x20}, {0x49, 0x4c, 0x52, 0x20}, {0x49, 0x4c, 0x53, 0x20}, {0x49, 0x4e, 0x52, 0x20}, {0x49, 0x51, 0x44, 0x20}, {0x49, 0x52, 0x52, 0x20}, {0x49, 0x53, 0x4a, 0x20}, {0x49, 0x53, 0x4b, 0x20}, {0x49, 0x54, 0x4c, 0x20}, {0x4a, 0x4d, 0x44, 0x20}, {0x4a, 0x4f, 0x44, 0x20}, {0x4a, 0x50, 0x59, 0x20}, {0x4b, 0x45, 0x53, 0x20}, {0x4b, 0x47, 0x53, 0x20}, {0x4b, 0x48, 0x52, 0x20}, {0x4b, 0x4d, 0x46, 0x20}, {0x4b, 0x50, 0x57, 0x20}, {0x4b, 0x52, 0x48, 0x20}, {0x4b, 0x52, 0x4f, 0x20}, {0x4b, 0x52, 0x57, 0x20}, {0x4b, 0x57, 0x44, 0x20}, {0x4b, 0x59, 0x44, 0x20}, {0x4b, 0x5a, 0x54, 0x20}, {0x4c, 0x41, 0x4b, 0x20}, {0x4c, 0x42, 0x50, 0x20}, {0x4c, 0x4b, 0x52, 0x20}, {0x4c, 0x52, 0x44, 0x20}, {0x4c, 0x53, 0x4c, 0x20}, {0x4c, 0x54, 0x4c, 0x20}, {0x4c, 0x54, 0x54, 0x20}, {0x4c, 0x55, 0x43, 0x20}, {0x4c, 0x55, 0x46, 0x20}, {0x4c, 0x55, 0x4c, 0x20}, {0x4c, 0x56, 0x4c, 0x20}, {0x4c, 0x56, 0x52, 0x20}, {0x4c, 0x59, 0x44, 0x20}, {0x4d, 0x41, 0x44, 0x20}, {0x4d, 0x41, 0x46, 0x20}, {0x4d, 0x43, 0x46, 0x20}, {0x4d, 0x44, 0x43, 0x20}, {0x4d, 0x44, 0x4c, 0x20}, {0x4d, 0x47, 0x41, 0x20}, {0x4d, 0x47, 0x46, 0x20}, {0x4d, 0x4b, 0x44, 0x20}, {0x4d, 0x4b, 0x4e, 0x20}, {0x4d, 0x4c, 0x46, 0x20}, {0x4d, 0x4d, 0x4b, 0x20}, {0x4d, 0x4e, 0x54, 0x20}, {0x4d, 0x4f, 0x50, 0x20}, {0x4d, 0x52, 0x4f, 0x20}, {0x4d, 0x54, 0x4c, 0x20}, {0x4d, 0x54, 0x50, 0x20}, {0x4d, 0x55, 0x52, 0x20}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52, 0x20}, {0x4d, 0x57, 0x4b, 0x20}, {0x4d, 0x58, 0x4e, 0x20}, {0x4d, 0x58, 0x50, 0x20}, {0x4d, 0x58, 0x56, 0x20}, {0x4d, 0x59, 0x52, 0x20}, {0x4d, 0x5a, 0x45, 0x20}, {0x4d, 0x5a, 0x4d, 0x20}, {0x4d, 0x5a, 0x4e, 0x20}, {0x4e, 0x41, 0x44, 0x20}, {0x4e, 0x47, 0x4e, 0x20}, {0x4e, 0x49, 0x43, 0x20}, {0x4e, 0x49, 0x4f, 0x20}, {0x4e, 0x4c, 0x47, 0x20}, {0x4e, 0x4f, 0x4b, 0x20}, {0x4e, 0x50, 0x52, 0x20}, {0x4e, 0x5a, 0x44, 0x20}, {0x4f, 0x4d, 0x52, 0x20}, {0x50, 0x41, 0x42, 0x20}, {0x50, 0x45, 0x49, 0x20}, {0x50, 0x45, 0x4e, 0x20}, {0x50, 0x45, 0x53, 0x20}, {0x50, 0x47, 0x4b, 0x20}, {0x50, 0x48, 0x50, 0x20}, {0x50, 0x4b, 0x52, 0x20}, {0x50, 0x4c, 0x4e, 0x20}, {0x50, 0x4c, 0x5a, 0x20}, {0x50, 0x54, 0x45, 0x20}, {0x50, 0x59, 0x47, 0x20}, {0x51, 0x41, 0x52, 0x20}, {0x52, 0x48, 0x44, 0x20}, {0x52, 0x4f, 0x4c, 0x20}, {0x52, 0x4f, 0x4e, 0x20}, {0x52, 0x53, 0x44, 0x20}, {0x52, 0x55, 0x42, 0x20}, {0x52, 0x55, 0x52, 0x20}, {0x52, 0x57, 0x46, 0x20}, {0x53, 0x41, 0x52, 0x20}, {0x53, 0x42, 0x44, 0x20}, {0x53, 0x43, 0x52, 0x20}, {0x53, 0x44, 0x44, 0x20}, {0x53, 0x44, 0x47, 0x20}, {0x53, 0x44, 0x50, 0x20}, {0x53, 0x45, 0x4b, 0x20}, {0x53, 0x47, 0x44, 0x20}, {0x53, 0x48, 0x50, 0x20}, {0x53, 0x49, 0x54, 0x20}, {0x53, 0x4b, 0x4b, 0x20}, {0x53, 0x4c, 0x4c, 0x20}, {0x53, 0x4f, 0x53, 0x20}, {0x53, 0x52, 0x44, 0x20}, {0x53, 0x52, 0x47, 0x20}, {0x53, 0x53, 0x50, 0x20}, {0x53, 0x54, 0x44, 0x20}, {0x53, 0x55, 0x52, 0x20}, {0x53, 0x56, 0x43, 0x20}, {0x53, 0x59, 0x50, 0x20}, {0x53, 0x5a, 0x4c, 0x20}, {0x54, 0x48, 0x42, 0x20}, {0x54, 0x4a, 0x52, 0x20}, {0x54, 0x4a, 0x53, 0x20}, {0x54, 0x4d, 0x4d, 0x20}, {0x54, 0x4d, 0x54, 0x20}, {0x54, 0x4e, 0x44, 0x20}, {0x54, 0x4f, 0x50, 0x20}, {0x54, 0x50, 0x45, 0x20}, {0x54, 0x52, 0x4c, 0x20}, {0x54, 0x52, 0x59, 0x20}, {0x54, 0x54, 0x44, 0x20}, {0x54, 0x57, 0x44, 0x20}, {0x54, 0x5a, 0x53, 0x20}, {0x55, 0x41, 0x48, 0x20}, {0x55, 0x41, 0x4b, 0x20}, {0x55, 0x47, 0x53, 0x20}, {0x55, 0x47, 0x58, 0x20}, {0x55, 0x53, 0x44, 0x20}, {0x55, 0x53, 0x4e, 0x20}, {0x55, 0x53, 0x53, 0x20}, {0x55, 0x59, 0x49, 0x20}, {0x55, 0x59, 0x50, 0x20}, {0x55, 0x59, 0x55, 0x20}, {0x55, 0x5a, 0x53, 0x20}, {0x56, 0x45, 0x42, 0x20}, {0x56, 0x45, 0x46, 0x20}, {0x56, 0x4e, 0x44, 0x20}, {0x56, 0x4e, 0x4e, 0x20}, {0x56, 0x55, 0x56, 0x20}, {0x57, 0x53, 0x54, 0x20}, {0x58, 0x41, 0x46, 0x20}, {0x58, 0x41, 0x47, 0x20}, {0x58, 0x41, 0x55, 0x20}, {0x58, 0x42, 0x41, 0x20}, {0x58, 0x42, 0x42, 0x20}, {0x58, 0x42, 0x43, 0x20}, {0x58, 0x42, 0x44, 0x20}, {0x58, 0x43, 0x44, 0x20}, {0x58, 0x44, 0x52, 0x20}, {0x58, 0x45, 0x55, 0x20}, {0x58, 0x46, 0x4f, 0x20}, {0x58, 0x46, 0x55, 0x20}, {0x58, 0x4f, 0x46, 0x20}, {0x58, 0x50, 0x44, 0x20}, {0x58, 0x50, 0x46, 0x20}, {0x58, 0x50, 0x54, 0x20}, {0x58, 0x52, 0x45, 0x20}, {0x58, 0x53, 0x55, 0x20}, {0x58, 0x54, 0x53, 0x20}, {0x58, 0x55, 0x41, 0x20}, {0x58, 0x58, 0x58, 0x20}, {0x59, 0x44, 0x44, 0x20}, {0x59, 0x45, 0x52, 0x20}, {0x59, 0x55, 0x44, 0x20}, {0x59, 0x55, 0x4d, 0x20}, {0x59, 0x55, 0x4e, 0x20}, {0x59, 0x55, 0x52, 0x20}, {0x5a, 0x41, 0x4c, 0x20}, {0x5a, 0x41, 0x52, 0x20}, {0x5a, 0x4d, 0x4b, 0x20}, {0x5a, 0x4d, 0x57, 0x20}, {0x5a, 0x52, 0x4e, 0x20}, {0x5a, 0x52, 0x5a, 0x20}, {0x5a, 0x57, 0x44, 0x20}, {0x5a, 0x57, 0x4c, 0x20}, {0x5a, 0x57, 0x52, 0x20}},
- currencyNegativePrefix: []byte{0x28},
- currencyNegativeSuffix: []byte{0x29},
- monthsAbbreviated: [][]uint8{[]uint8(nil), {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x97, 0xe1, 0x9f, 0x88}, {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0xa7, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x89, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x89, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x86, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x92, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xbc}},
- monthsNarrow: [][]uint8{[]uint8(nil), {0x31}, {0x32}, {0x33}, {0x34}, {0x35}, {0x36}, {0x37}, {0x38}, {0x39}, {0x31, 0x30}, {0x31, 0x31}, {0x31, 0x32}},
- monthsWide: [][]uint8{[]uint8(nil), {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x97, 0xe1, 0x9f, 0x88}, {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0xa7, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x89, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x89, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x86, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x92, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xbc}},
- daysAbbreviated: [][]uint8{{0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x99}, {0xe1, 0x9e, 0x85, 0xe1, 0x9f, 0x90, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x91}, {0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x96, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x92}, {0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9f, 0x8d}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x8d}},
- daysNarrow: [][]uint8{{0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6}, {0xe1, 0x9e, 0x85}, {0xe1, 0x9e, 0xa2}, {0xe1, 0x9e, 0x96, 0xe1, 0x9e, 0xbb}, {0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xbb}, {0xe1, 0x9e, 0x9f}},
- daysShort: [][]uint8{{0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x99}, {0xe1, 0x9e, 0x85, 0xe1, 0x9f, 0x90, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x91}, {0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x96, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x92}, {0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9f, 0x8d}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x8d}},
- daysWide: [][]uint8{{0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x99}, {0xe1, 0x9e, 0x85, 0xe1, 0x9f, 0x90, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x91}, {0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x96, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x92}, {0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9f, 0x8d}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a}, {0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x8d}},
- periodsAbbreviated: [][]uint8{{0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb9, 0xe1, 0x9e, 0x80}, {0xe1, 0x9e, 0x9b, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x85}},
- periodsNarrow: [][]uint8{{0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb9, 0xe1, 0x9e, 0x80}, {0xe1, 0x9e, 0x9b, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x85}},
- periodsWide: [][]uint8{{0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb9, 0xe1, 0x9e, 0x80}, {0xe1, 0x9e, 0x9b, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x85}},
- erasAbbreviated: [][]uint8{{0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93, 0x20, 0xe1, 0x9e, 0x82, 0x2e, 0xe1, 0x9e, 0x9f, 0x2e}, {0xe1, 0x9e, 0x82, 0x2e, 0xe1, 0x9e, 0x9f, 0x2e}},
- erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)},
- erasWide: [][]uint8{{0xe1, 0x9e, 0x98, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x82, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x87}, {0xe1, 0x9e, 0x82, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x87}},
- timezones: map[string][]uint8{"CAT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "AEDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f}, "ACWST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "HADT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x83, 0x2d, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x99, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x93}, "PDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "SGT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb8}, "GFT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x83, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x99, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x93, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x84}, "EST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "ChST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x85, 0xe1, 0x9e, 0xb6, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbc}, "WARST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "COST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0xbb, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8}, "TMT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xbd, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x93}, "CLST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x88, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8}, "HKST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x84}, "BT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x93}, "CLT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x88, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8}, "WIT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa5, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8c, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f}, "CHAST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x85, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xb6, 0xe1, 0x9f, 0x86}, "SAST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x84}, "CST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "JDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93}, "WEZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "COT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0xbb, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8}, "CDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "TMST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xbd, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x93, 0xe2, 0x80, 0x8b}, "BOT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb8}, "MYT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa1, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8}, "WART": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "WAT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "OESZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f, 0xe2, 0x80, 0x8b}, "ACDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "ACWDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "AWDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "ART": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93}, "ACST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "AEST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f}, "∅∅∅": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x99, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xb6}, "MDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x86, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "UYT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x99, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x99}, "VET": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x99, 0xe1, 0x9e, 0xa2, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0xb6}, "CHADT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x85, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x90, 0xe1, 0x9e, 0xb6, 0xe1, 0x9f, 0x86}, "MESZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "OEZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f, 0xe2, 0x80, 0x8b}, "UYST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x99, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x99}, "EDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "WESZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "LHDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x85}, "ECT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x91, 0xe1, 0x9f, 0x90, 0xe1, 0x9e, 0x9a}, "HAST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x83, 0x2d, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x99, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x93}, "PST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x82, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "AKST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xb6}, "LHST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0x8f, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x85}, "ADT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80}, "NZST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x82, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b}, "WAST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "AWST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "EAT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x8f}, "GMT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe1, 0x9e, 0x82, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "JST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0x94, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x93}, "GYT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x83, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x99, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x93}, "HKT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa0, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x84, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x84}, "SRT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x8e, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98}, "MEZ": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xba, 0xe1, 0x9e, 0x9a, 0xe1, 0x9f, 0x89, 0xe1, 0x9e, 0xbb, 0xe1, 0x9e, 0x94, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "MST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x86, 0xe1, 0x9e, 0x94, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x97, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x86, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x87, 0xe1, 0x9e, 0xbe, 0xe1, 0x9e, 0x84}, "ARST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9a, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb8, 0xe1, 0x9e, 0x93}, "AKDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0xb6}, "NZDT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x82, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0xa1, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b}, "HNT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x89, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xa1, 0xe1, 0x9f, 0x82, 0xe1, 0x9e, 0x93}, "HAT": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x96, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x90, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x83, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x89, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0xa0, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9c, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x93, 0xe1, 0x9e, 0xa1, 0xe1, 0x9f, 0x82, 0xe1, 0x9e, 0x93}, "WIB": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa5, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8c, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x81, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x85}, "WITA": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa5, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8c, 0xe1, 0x9e, 0xbc, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x81, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x8a, 0xe1, 0x9e, 0xb8, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x80, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9b}, "AST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x9f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8f, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x8a, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x9a, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa2, 0xe1, 0x9e, 0xb6, 0xe1, 0x9e, 0x8f, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x9b, 0xe1, 0x9e, 0x84, 0xe1, 0x9f, 0x8b, 0xe1, 0x9e, 0x91, 0xe1, 0x9e, 0xb7, 0xe1, 0x9e, 0x80}, "IST": {0xe1, 0x9e, 0x98, 0xe1, 0x9f, 0x89, 0xe1, 0x9f, 0x84, 0xe1, 0x9e, 0x84, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0x93, 0xe1, 0x9f, 0x85, 0xe2, 0x80, 0x8b, 0xe1, 0x9e, 0xa5, 0xe1, 0x9e, 0x8e, 0xe1, 0x9f, 0x92, 0xe1, 0x9e, 0x8c, 0xe1, 0x9e, 0xb6}},
+ decimal: ",",
+ group: ".",
+ minus: "-",
+ percent: "%",
+ perMille: "‰",
+ timeSeparator: ":",
+ inifinity: "∞",
+ currencies: []string{"ADP ", "AED ", "AFA ", "AFN ", "ALK ", "ALL ", "AMD ", "ANG ", "AOA ", "AOK ", "AON ", "AOR ", "ARA ", "ARL ", "ARM ", "ARP ", "ARS ", "ATS ", "AUD ", "AWG ", "AZM ", "AZN ", "BAD ", "BAM ", "BAN ", "BBD ", "BDT ", "BEC ", "BEF ", "BEL ", "BGL ", "BGM ", "BGN ", "BGO ", "BHD ", "BIF ", "BMD ", "BND ", "BOB ", "BOL ", "BOP ", "BOV ", "BRB ", "BRC ", "BRE ", "BRL ", "BRN ", "BRR ", "BRZ ", "BSD ", "BTN ", "BUK ", "BWP ", "BYB ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "CLP ", "CNX ", "CNY ", "COP ", "COU ", "CRC ", "CSD ", "CSK ", "CUC ", "CUP ", "CVE ", "CYP ", "CZK ", "DDM ", "DEM ", "DJF ", "DKK ", "DOP ", "DZD ", "ECS ", "ECV ", "EEK ", "EGP ", "ERN ", "ESA ", "ESB ", "ESP ", "ETB ", "EUR ", "FIM ", "FJD ", "FKP ", "FRF ", "GBP ", "GEK ", "GEL ", "GHC ", "GHS ", "GIP ", "GMD ", "GNF ", "GNS ", "GQE ", "GRD ", "GTQ ", "GWE ", "GWP ", "GYD ", "HKD ", "HNL ", "HRD ", "HRK ", "HTG ", "HUF ", "IDR ", "IEP ", "ILP ", "ILR ", "ILS ", "INR ", "IQD ", "IRR ", "ISJ ", "ISK ", "ITL ", "JMD ", "JOD ", "JPY ", "KES ", "KGS ", "KHR ", "KMF ", "KPW ", "KRH ", "KRO ", "KRW ", "KWD ", "KYD ", "KZT ", "LAK ", "LBP ", "LKR ", "LRD ", "LSL ", "LTL ", "LTT ", "LUC ", "LUF ", "LUL ", "LVL ", "LVR ", "LYD ", "MAD ", "MAF ", "MCF ", "MDC ", "MDL ", "MGA ", "MGF ", "MKD ", "MKN ", "MLF ", "MMK ", "MNT ", "MOP ", "MRO ", "MTL ", "MTP ", "MUR ", "MVP ", "MVR ", "MWK ", "MXN ", "MXP ", "MXV ", "MYR ", "MZE ", "MZM ", "MZN ", "NAD ", "NGN ", "NIC ", "NIO ", "NLG ", "NOK ", "NPR ", "NZD ", "OMR ", "PAB ", "PEI ", "PEN ", "PES ", "PGK ", "PHP ", "PKR ", "PLN ", "PLZ ", "PTE ", "PYG ", "QAR ", "RHD ", "ROL ", "RON ", "RSD ", "RUB ", "RUR ", "RWF ", "SAR ", "SBD ", "SCR ", "SDD ", "SDG ", "SDP ", "SEK ", "SGD ", "SHP ", "SIT ", "SKK ", "SLL ", "SOS ", "SRD ", "SRG ", "SSP ", "STD ", "SUR ", "SVC ", "SYP ", "SZL ", "THB ", "TJR ", "TJS ", "TMM ", "TMT ", "TND ", "TOP ", "TPE ", "TRL ", "TRY ", "TTD ", "TWD ", "TZS ", "UAH ", "UAK ", "UGS ", "UGX ", "USD ", "USN ", "USS ", "UYI ", "UYP ", "UYU ", "UZS ", "VEB ", "VEF ", "VND ", "VNN ", "VUV ", "WST ", "XAF ", "XAG ", "XAU ", "XBA ", "XBB ", "XBC ", "XBD ", "XCD ", "XDR ", "XEU ", "XFO ", "XFU ", "XOF ", "XPD ", "XPF ", "XPT ", "XRE ", "XSU ", "XTS ", "XUA ", "XXX ", "YDD ", "YER ", "YUD ", "YUM ", "YUN ", "YUR ", "ZAL ", "ZAR ", "ZMK ", "ZMW ", "ZRN ", "ZRZ ", "ZWD ", "ZWL ", "ZWR "},
+ currencyNegativePrefix: "(",
+ currencyNegativeSuffix: ")",
+ monthsAbbreviated: []string{"", "មករា", "កុម្ភៈ", "មីនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"},
+ monthsNarrow: []string{"", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"},
+ monthsWide: []string{"", "មករា", "កុម្ភៈ", "មីនា", "មេសា", "ឧសភា", "មិថុនា", "កក្កដា", "សីហា", "កញ្ញា", "តុលា", "វិច្ឆិកា", "ធ្នូ"},
+ daysAbbreviated: []string{"អាទិត្យ", "ច័ន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"},
+ daysNarrow: []string{"អា", "ច", "អ", "ពុ", "ព្រ", "សុ", "ស"},
+ daysShort: []string{"អាទិត្យ", "ច័ន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"},
+ daysWide: []string{"អាទិត្យ", "ច័ន្ទ", "អង្គារ", "ពុធ", "ព្រហស្បតិ៍", "សុក្រ", "សៅរ៍"},
+ periodsAbbreviated: []string{"ព្រឹក", "ល្ងាច"},
+ periodsNarrow: []string{"ព្រឹក", "ល្ងាច"},
+ periodsWide: []string{"ព្រឹក", "ល្ងាច"},
+ erasAbbreviated: []string{"មុន គ.ស.", "គ.ស."},
+ erasNarrow: []string{"", ""},
+ erasWide: []string{"មុន\u200bគ្រិស្តសករាជ", "គ្រិស្តសករាជ"},
+ timezones: map[string]string{"GFT": "ម៉ោង\u200bនៅ\u200bឃ្វីយ៉ាន\u200bបារាំង", "MST": "MST", "PST": "ម៉ោង\u200bស្តង់ដារ\u200bភាគ\u200bខាង\u200bលិច\u200bនៅ\u200bអាមេរិក\u200bខាង\u200bជើង", "AEST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអូស្ត្រាលី\u200bខាង\u200bកើត", "TMST": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bតួកម៉េនីស្ថាន\u200b", "CLT": "ម៉ោងស្តង់ដារនៅឈីលី", "HKST": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bហុងកុង", "GMT": "ម៉ោងនៅគ្រីនវិច", "WIT": "ម៉ោង\u200bនៅ\u200bឥណ្ឌូណេស៊ី\u200b\u200bខាង\u200bកើត", "∅∅∅": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអាម៉ាសូន", "CDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bភាគ\u200bកណ្ដាល\u200bនៅ\u200bអាមេរិក\u200bខាង\u200bជើង", "UYST": "ម៉ោង\u200b\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអ៊ុយរូហ្គាយ", "WAT": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអាហ្វ្រិក\u200bខាង\u200bលិច", "UYT": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអ៊ុយរូហ្គាយ", "WEZ": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអឺរ៉ុប\u200bខាង\u200bលិច", "OESZ": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអឺរ៉ុប\u200b\u200bខាង\u200bកើត\u200b", "MDT": "MDT", "ART": "ម៉ោង\u200b\u200bស្តង់ដារ\u200bនៅ\u200bអាសង់ទីន", "AWST": "ម៉ោង\u200b\u200bស្តង់ដារ\u200bនៅ\u200bអូស្ត្រាលី\u200bខាង\u200bលិច", "LHDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bឡតហៅ", "IST": "ម៉ោង\u200bនៅ\u200bឥណ្ឌា", "HAT": "ម៉ោង\u200bពេលថ្ងៃ\u200bនៅ\u200bញូហ្វោនឡែន", "WIB": "ម៉ោង\u200bនៅ\u200bឥណ្ឌូណេស៊ី\u200b\u200bខាង\u200bលិច", "JST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bជប៉ុន", "HADT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bហាវៃ-អាល់ដ្យូសិន", "WAST": "ម៉ោង\u200b\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអាហ្វ្រិក\u200b\u200b\u200bខាងលិច", "OEZ": "ម៉ោង\u200bស្តង់ដារ\u200b\u200bនៅ\u200bអឺរ៉ុប\u200b\u200bខាង\u200bកើត\u200b", "WITA": "ម៉ោង\u200bនៅ\u200bឥណ្ឌូណេស៊ី\u200b\u200b\u200bកណ្ដាល", "NZDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bនូវែលសេឡង់", "WESZ": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអឺរ៉ុប\u200bខាង\u200bលិច", "ChST": "ម៉ោង\u200bនៅ\u200bចាំម៉ូរ៉ូ", "AKDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200b\u200bអាឡាស្កា", "CHAST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bចាថាំ", "HAST": "ម៉ោង\u200bស្តង់ដារ\u200b\u200bនៅ\u200bហាវៃ-អាល់ដ្យូសិន", "WART": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអាសង់ទីន\u200b\u200bខាង\u200bលិច", "ECT": "ម៉ោង\u200bនៅ\u200bអេក្វាទ័រ", "EAT": "ម៉ោង\u200bនៅ\u200bអាហ្វ្រិក\u200bខាង\u200bកើត", "JDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅជប៉ុន", "EST": "ម៉ោង\u200bស្តង់ដារ\u200bភាគ\u200bខាង\u200bកើត\u200bនៅ\u200bអាមេរិក\u200bខាង\u200bជើង", "TMT": "ម៉ោង\u200bស្តង់ដារ\u200bនៅតួកម៉េនីស្ថាន", "AWDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bអូស្ត្រាលី\u200bខាង\u200bលិច", "MYT": "ម៉ោង\u200bនៅ\u200bម៉ាឡេស៊ី", "MESZ": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអឺរ៉ុប\u200bកណ្ដាល", "AST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអាត្លង់ទិក", "ACDT": "ម៉ោង\u200bពេលថ្ងៃ\u200b\u200b\u200b\u200bនៅ\u200bអូស្ត្រាលី\u200bកណ្ដាល", "PDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200b\u200bភាគ\u200bខាងលិច\u200bនៅ\u200bអាមេរិក\u200bភាគ\u200bខាង\u200bជើង", "CST": "ម៉ោង\u200bស្តង់ដារ\u200bភាគ\u200bកណ្ដាល\u200bនៅ\u200bអាមេរិក\u200bខាង\u200bជើង", "ACWST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bភាគ\u200bខាង\u200bលិច\u200bនៃ\u200bអូស្ត្រាលី\u200bកណ្ដាល", "ADT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bអាត្លង់ទិក", "SAST": "ម៉ោង\u200bនៅ\u200bអាហ្វ្រិក\u200bខាង\u200bត្បូង", "HNT": "ម៉ោង\u200b\u200bស្តង់ដារ\u200b\u200bនៅ\u200bញូហ្វោនឡែន", "ARST": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអាសង់ទីន", "AKST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអាឡាស្កា", "NZST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bនូវែលសេឡង់", "CHADT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bចាថាំ", "CLST": "ម៉ោងរដូវក្តៅនៅឈីលី", "CAT": "ម៉ោង\u200bនៅ\u200bអាហ្វ្រិក\u200bកណ្ដាល", "COT": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bកូឡុំប៊ី", "SGT": "ម៉ោង\u200bនៅ\u200bសិង្ហបូរី", "LHST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bឡត\u200bហៅ", "GYT": "ម៉ោង\u200bនៅ\u200bឃ្វីយ៉ាន", "ACWDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200b\u200bភាគ\u200bខាង\u200bលិច\u200bនៃ\u200bអូស្ត្រាលី\u200bកណ្ដាល", "COST": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bកូឡុំប៊ី", "BT": "ម៉ោងនៅប៊ូតាន", "HKT": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bហុងកុង", "WARST": "ម៉ោង\u200bរដូវ\u200bក្ដៅ\u200bនៅ\u200bអាសង់ទីន\u200b\u200bខាង\u200bលិច", "ACST": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអូស្ត្រាលី\u200bកណ្ដាល", "AEDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bនៅ\u200bអូស្ត្រាលី\u200bខាង\u200bកើត", "VET": "ម៉ោង\u200bនៅ\u200bវ៉េណេស៊ុយអេឡា", "EDT": "ម៉ោង\u200bពេល\u200bថ្ងៃ\u200bភាគខាង\u200bកើតនៅ\u200bអាមេរិក\u200bខាង\u200bជើង", "SRT": "ម៉ោង\u200bនៅ\u200bសូរីណាម", "MEZ": "ម៉ោង\u200bស្តង់ដារ\u200bនៅ\u200bអឺរ៉ុប\u200bកណ្ដាល", "BOT": "ម៉ោង\u200bនៅ\u200bបូលីវី"},
}
}
@@ -111,82 +111,80 @@ func (km *km_KH) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint6
}
// MonthAbbreviated returns the locales abbreviated month given the 'month' provided
-func (km *km_KH) MonthAbbreviated(month time.Month) []byte {
+func (km *km_KH) MonthAbbreviated(month time.Month) string {
return km.monthsAbbreviated[month]
}
// MonthsAbbreviated returns the locales abbreviated months
-func (km *km_KH) MonthsAbbreviated() [][]byte {
+func (km *km_KH) MonthsAbbreviated() []string {
return km.monthsAbbreviated[1:]
}
// MonthNarrow returns the locales narrow month given the 'month' provided
-func (km *km_KH) MonthNarrow(month time.Month) []byte {
+func (km *km_KH) MonthNarrow(month time.Month) string {
return km.monthsNarrow[month]
}
// MonthsNarrow returns the locales narrow months
-func (km *km_KH) MonthsNarrow() [][]byte {
+func (km *km_KH) MonthsNarrow() []string {
return km.monthsNarrow[1:]
}
// MonthWide returns the locales wide month given the 'month' provided
-func (km *km_KH) MonthWide(month time.Month) []byte {
+func (km *km_KH) MonthWide(month time.Month) string {
return km.monthsWide[month]
}
// MonthsWide returns the locales wide months
-func (km *km_KH) MonthsWide() [][]byte {
+func (km *km_KH) MonthsWide() []string {
return km.monthsWide[1:]
}
// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
-func (km *km_KH) WeekdayAbbreviated(weekday time.Weekday) []byte {
+func (km *km_KH) WeekdayAbbreviated(weekday time.Weekday) string {
return km.daysAbbreviated[weekday]
}
// WeekdaysAbbreviated returns the locales abbreviated weekdays
-func (km *km_KH) WeekdaysAbbreviated() [][]byte {
+func (km *km_KH) WeekdaysAbbreviated() []string {
return km.daysAbbreviated
}
// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
-func (km *km_KH) WeekdayNarrow(weekday time.Weekday) []byte {
+func (km *km_KH) WeekdayNarrow(weekday time.Weekday) string {
return km.daysNarrow[weekday]
}
// WeekdaysNarrow returns the locales narrow weekdays
-func (km *km_KH) WeekdaysNarrow() [][]byte {
+func (km *km_KH) WeekdaysNarrow() []string {
return km.daysNarrow
}
// WeekdayShort returns the locales short weekday given the 'weekday' provided
-func (km *km_KH) WeekdayShort(weekday time.Weekday) []byte {
+func (km *km_KH) WeekdayShort(weekday time.Weekday) string {
return km.daysShort[weekday]
}
// WeekdaysShort returns the locales short weekdays
-func (km *km_KH) WeekdaysShort() [][]byte {
+func (km *km_KH) WeekdaysShort() []string {
return km.daysShort
}
// WeekdayWide returns the locales wide weekday given the 'weekday' provided
-func (km *km_KH) WeekdayWide(weekday time.Weekday) []byte {
+func (km *km_KH) WeekdayWide(weekday time.Weekday) string {
return km.daysWide[weekday]
}
// WeekdaysWide returns the locales wide weekdays
-func (km *km_KH) WeekdaysWide() [][]byte {
+func (km *km_KH) WeekdaysWide() []string {
return km.daysWide
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'km_KH' and handles both Whole and Real numbers based on 'v'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtNumber(num float64, v uint64) []byte {
+func (km *km_KH) FmtNumber(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(km.decimal) + len(km.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -220,17 +218,14 @@ func (km *km_KH) FmtNumber(num float64, v uint64) []byte {
b[i], b[j] = b[j], b[i]
}
- return b
+ return string(b)
}
// FmtPercent returns 'num' with digits/precision of 'v' for 'km_KH' and handles both Whole and Real numbers based on 'v'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
// NOTE: 'num' passed into FmtPercent is assumed to be in percent already
-func (km *km_KH) FmtPercent(num float64, v uint64) []byte {
-
+func (km *km_KH) FmtPercent(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(km.decimal)
+ l := len(s) + 3
b := make([]byte, 0, l)
for i := len(s) - 1; i >= 0; i-- {
@@ -254,17 +249,15 @@ func (km *km_KH) FmtPercent(num float64, v uint64) []byte {
b = append(b, km.percent...)
- return b
+ return string(b)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
+func (km *km_KH) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := km.currencies[currency]
- l := len(s) + len(km.decimal) + len(km.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -313,17 +306,16 @@ func (km *km_KH) FmtCurrency(num float64, v uint64, currency currency.Type) []by
}
}
- return b
+ return string(b)
}
// FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'km_KH'
-// in accounting notation. returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
+// in accounting notation.
+func (km *km_KH) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := km.currencies[currency]
- l := len(s) + len(km.decimal) + len(km.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
b := make([]byte, 0, l)
@@ -354,9 +346,7 @@ func (km *km_KH) FmtAccounting(num float64, v uint64, currency currency.Type) []
b = append(b, symbol[j])
}
- for j := len(km.currencyNegativePrefix) - 1; j >= 0; j-- {
- b = append(b, km.currencyNegativePrefix[j])
- }
+ b = append(b, km.currencyNegativePrefix[0])
} else {
@@ -386,13 +376,11 @@ func (km *km_KH) FmtAccounting(num float64, v uint64, currency currency.Type) []
b = append(b, km.currencyNegativeSuffix...)
}
- return b
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtDateShort(t time.Time) []byte {
+func (km *km_KH) FmtDateShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -407,13 +395,11 @@ func (km *km_KH) FmtDateShort(t time.Time) []byte {
b = append(b, strconv.Itoa(t.Year())[1:]...)
}
- return b
+ return string(b)
}
// FmtDateMedium returns the medium date representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtDateMedium(t time.Time) []byte {
+func (km *km_KH) FmtDateMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -423,13 +409,11 @@ func (km *km_KH) FmtDateMedium(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateLong returns the long date representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtDateLong(t time.Time) []byte {
+func (km *km_KH) FmtDateLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -439,13 +423,11 @@ func (km *km_KH) FmtDateLong(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateFull returns the full date representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtDateFull(t time.Time) []byte {
+func (km *km_KH) FmtDateFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -457,13 +439,11 @@ func (km *km_KH) FmtDateFull(t time.Time) []byte {
b = append(b, []byte{0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtTimeShort returns the short time representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtTimeShort(t time.Time) []byte {
+func (km *km_KH) FmtTimeShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -489,13 +469,11 @@ func (km *km_KH) FmtTimeShort(t time.Time) []byte {
b = append(b, km.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeMedium returns the medium time representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtTimeMedium(t time.Time) []byte {
+func (km *km_KH) FmtTimeMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -528,13 +506,11 @@ func (km *km_KH) FmtTimeMedium(t time.Time) []byte {
b = append(b, km.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeLong returns the long time representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtTimeLong(t time.Time) []byte {
+func (km *km_KH) FmtTimeLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -572,13 +548,11 @@ func (km *km_KH) FmtTimeLong(t time.Time) []byte {
tz, _ := t.Zone()
b = append(b, tz...)
- return b
+ return string(b)
}
// FmtTimeFull returns the full time representation of 't' for 'km_KH'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (km *km_KH) FmtTimeFull(t time.Time) []byte {
+func (km *km_KH) FmtTimeFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -621,5 +595,5 @@ func (km *km_KH) FmtTimeFull(t time.Time) []byte {
b = append(b, tz...)
}
- return b
+ return string(b)
}