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
path: root/th/th.go
diff options
context:
space:
mode:
Diffstat (limited to 'th/th.go')
-rw-r--r--th/th.go212
1 files changed, 93 insertions, 119 deletions
diff --git a/th/th.go b/th/th.go
index fb0933e9..0956f98b 100644
--- a/th/th.go
+++ b/th/th.go
@@ -14,31 +14,31 @@ type th 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 'th' locale
@@ -48,30 +48,30 @@ func New() locales.Translator {
pluralsCardinal: []locales.PluralRule{6},
pluralsOrdinal: []locales.PluralRule{6},
pluralsRange: []locales.PluralRule{6},
- decimal: []byte{0x2e},
- group: []byte{0x2c},
- minus: []byte{0x2d},
- percent: []byte{0x25},
- perMille: []byte{0xe2, 0x80, 0xb0},
- timeSeparator: []byte{0x3a},
- inifinity: []byte{0xe2, 0x88, 0x9e},
- currencies: [][]uint8{{0x41, 0x44, 0x50}, {0x41, 0x45, 0x44}, {0x41, 0x46, 0x41}, {0x41, 0x46, 0x4e}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c}, {0x41, 0x4d, 0x44}, {0x41, 0x4e, 0x47}, {0x41, 0x4f, 0x41}, {0x41, 0x4f, 0x4b}, {0x41, 0x4f, 0x4e}, {0x41, 0x4f, 0x52}, {0x41, 0x52, 0x41}, {0x41, 0x52, 0x4c}, {0x41, 0x52, 0x4d}, {0x41, 0x52, 0x50}, {0x41, 0x52, 0x53}, {0x41, 0x54, 0x53}, {0x41, 0x55, 0x24}, {0x41, 0x57, 0x47}, {0x41, 0x5a, 0x4d}, {0x41, 0x5a, 0x4e}, {0x42, 0x41, 0x44}, {0x42, 0x41, 0x4d}, {0x42, 0x41, 0x4e}, {0x42, 0x42, 0x44}, {0x42, 0x44, 0x54}, {0x42, 0x45, 0x43}, {0x42, 0x45, 0x46}, {0x42, 0x45, 0x4c}, {0x42, 0x47, 0x4c}, {0x42, 0x47, 0x4d}, {0x42, 0x47, 0x4e}, {0x42, 0x47, 0x4f}, {0x42, 0x48, 0x44}, {0x42, 0x49, 0x46}, {0x42, 0x4d, 0x44}, {0x42, 0x4e, 0x44}, {0x42, 0x4f, 0x42}, {0x42, 0x4f, 0x4c}, {0x42, 0x4f, 0x50}, {0x42, 0x4f, 0x56}, {0x42, 0x52, 0x42}, {0x42, 0x52, 0x43}, {0x42, 0x52, 0x45}, {0x52, 0x24}, {0x42, 0x52, 0x4e}, {0x42, 0x52, 0x52}, {0x42, 0x52, 0x5a}, {0x42, 0x53, 0x44}, {0x42, 0x54, 0x4e}, {0x42, 0x55, 0x4b}, {0x42, 0x57, 0x50}, {0x42, 0x59, 0x42}, {0x42, 0x59, 0x52}, {0x42, 0x5a, 0x44}, {0x43, 0x41, 0x24}, {0x43, 0x44, 0x46}, {0x43, 0x48, 0x45}, {0x43, 0x48, 0x46}, {0x43, 0x48, 0x57}, {0x43, 0x4c, 0x45}, {0x43, 0x4c, 0x46}, {0x43, 0x4c, 0x50}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0xc2, 0xa5}, {0x43, 0x4f, 0x50}, {0x43, 0x4f, 0x55}, {0x43, 0x52, 0x43}, {0x43, 0x53, 0x44}, {0x43, 0x53, 0x4b}, {0x43, 0x55, 0x43}, {0x43, 0x55, 0x50}, {0x43, 0x56, 0x45}, {0x43, 0x59, 0x50}, {0x43, 0x5a, 0x4b}, {0x44, 0x44, 0x4d}, {0x44, 0x45, 0x4d}, {0x44, 0x4a, 0x46}, {0x44, 0x4b, 0x4b}, {0x44, 0x4f, 0x50}, {0x44, 0x5a, 0x44}, {0x45, 0x43, 0x53}, {0x45, 0x43, 0x56}, {0x45, 0x45, 0x4b}, {0x45, 0x47, 0x50}, {0x45, 0x52, 0x4e}, {0x45, 0x53, 0x41}, {0x45, 0x53, 0x42}, {0x45, 0x53, 0x50}, {0x45, 0x54, 0x42}, {0xe2, 0x82, 0xac}, {0x46, 0x49, 0x4d}, {0x46, 0x4a, 0x44}, {0x46, 0x4b, 0x50}, {0x46, 0x52, 0x46}, {0xc2, 0xa3}, {0x47, 0x45, 0x4b}, {0x47, 0x45, 0x4c}, {0x47, 0x48, 0x43}, {0x47, 0x48, 0x53}, {0x47, 0x49, 0x50}, {0x47, 0x4d, 0x44}, {0x47, 0x4e, 0x46}, {0x47, 0x4e, 0x53}, {0x47, 0x51, 0x45}, {0x47, 0x52, 0x44}, {0x47, 0x54, 0x51}, {0x47, 0x57, 0x45}, {0x47, 0x57, 0x50}, {0x47, 0x59, 0x44}, {0x48, 0x4b, 0x24}, {0x48, 0x4e, 0x4c}, {0x48, 0x52, 0x44}, {0x48, 0x52, 0x4b}, {0x48, 0x54, 0x47}, {0x48, 0x55, 0x46}, {0x49, 0x44, 0x52}, {0x49, 0x45, 0x50}, {0x49, 0x4c, 0x50}, {0x49, 0x4c, 0x52, 0x20}, {0xe2, 0x82, 0xaa}, {0xe2, 0x82, 0xb9}, {0x49, 0x51, 0x44}, {0x49, 0x52, 0x52}, {0x49, 0x53, 0x4a, 0x20}, {0x49, 0x53, 0x4b}, {0x49, 0x54, 0x4c}, {0x4a, 0x4d, 0x44}, {0x4a, 0x4f, 0x44}, {0xc2, 0xa5}, {0x4b, 0x45, 0x53}, {0x4b, 0x47, 0x53}, {0x4b, 0x48, 0x52}, {0x4b, 0x4d, 0x46}, {0x4b, 0x50, 0x57}, {0x4b, 0x52, 0x48}, {0x4b, 0x52, 0x4f}, {0xe2, 0x82, 0xa9}, {0x4b, 0x57, 0x44}, {0x4b, 0x59, 0x44}, {0x4b, 0x5a, 0x54}, {0x4c, 0x41, 0x4b}, {0x4c, 0x42, 0x50}, {0x4c, 0x4b, 0x52}, {0x4c, 0x52, 0x44}, {0x4c, 0x53, 0x4c}, {0x4c, 0x54, 0x4c}, {0x4c, 0x54, 0x54}, {0x4c, 0x55, 0x43}, {0x4c, 0x55, 0x46}, {0x4c, 0x55, 0x4c}, {0x4c, 0x56, 0x4c}, {0x4c, 0x56, 0x52}, {0x4c, 0x59, 0x44}, {0x4d, 0x41, 0x44}, {0x4d, 0x41, 0x46}, {0x4d, 0x43, 0x46}, {0x4d, 0x44, 0x43}, {0x4d, 0x44, 0x4c}, {0x4d, 0x47, 0x41}, {0x4d, 0x47, 0x46}, {0x4d, 0x4b, 0x44}, {0x4d, 0x4b, 0x4e}, {0x4d, 0x4c, 0x46}, {0x4d, 0x4d, 0x4b}, {0x4d, 0x4e, 0x54}, {0x4d, 0x4f, 0x50}, {0x4d, 0x52, 0x4f}, {0x4d, 0x54, 0x4c}, {0x4d, 0x54, 0x50}, {0x4d, 0x55, 0x52}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52}, {0x4d, 0x57, 0x4b}, {0x4d, 0x58, 0x24}, {0x4d, 0x58, 0x50}, {0x4d, 0x58, 0x56}, {0x4d, 0x59, 0x52}, {0x4d, 0x5a, 0x45}, {0x4d, 0x5a, 0x4d}, {0x4d, 0x5a, 0x4e}, {0x4e, 0x41, 0x44}, {0x4e, 0x47, 0x4e}, {0x4e, 0x49, 0x43}, {0x4e, 0x49, 0x4f}, {0x4e, 0x4c, 0x47}, {0x4e, 0x4f, 0x4b}, {0x4e, 0x50, 0x52}, {0x4e, 0x5a, 0x24}, {0x4f, 0x4d, 0x52}, {0x50, 0x41, 0x42}, {0x50, 0x45, 0x49}, {0x50, 0x45, 0x4e}, {0x50, 0x45, 0x53}, {0x50, 0x47, 0x4b}, {0x50, 0x48, 0x50}, {0x50, 0x4b, 0x52}, {0x50, 0x4c, 0x4e}, {0x50, 0x4c, 0x5a}, {0x50, 0x54, 0x45}, {0x50, 0x59, 0x47}, {0x51, 0x41, 0x52}, {0x52, 0x48, 0x44}, {0x52, 0x4f, 0x4c}, {0x52, 0x4f, 0x4e}, {0x52, 0x53, 0x44}, {0x52, 0x55, 0x42}, {0x52, 0x55, 0x52}, {0x52, 0x57, 0x46}, {0x53, 0x41, 0x52}, {0x53, 0x42, 0x44}, {0x53, 0x43, 0x52}, {0x53, 0x44, 0x44}, {0x53, 0x44, 0x47}, {0x53, 0x44, 0x50}, {0x53, 0x45, 0x4b}, {0x53, 0x47, 0x44}, {0x53, 0x48, 0x50}, {0x53, 0x49, 0x54}, {0x53, 0x4b, 0x4b}, {0x53, 0x4c, 0x4c}, {0x53, 0x4f, 0x53}, {0x53, 0x52, 0x44}, {0x53, 0x52, 0x47}, {0x53, 0x53, 0x50}, {0x53, 0x54, 0x44}, {0x53, 0x55, 0x52}, {0x53, 0x56, 0x43}, {0x53, 0x59, 0x50}, {0x53, 0x5a, 0x4c}, {0x54, 0x48, 0x42}, {0x54, 0x4a, 0x52}, {0x54, 0x4a, 0x53}, {0x54, 0x4d, 0x4d}, {0x54, 0x4d, 0x54}, {0x54, 0x4e, 0x44}, {0x54, 0x4f, 0x50}, {0x54, 0x50, 0x45}, {0x54, 0x52, 0x4c}, {0x54, 0x52, 0x59}, {0x54, 0x54, 0x44}, {0x4e, 0x54, 0x24}, {0x54, 0x5a, 0x53}, {0x55, 0x41, 0x48}, {0x55, 0x41, 0x4b}, {0x55, 0x47, 0x53}, {0x55, 0x47, 0x58}, {0x55, 0x53, 0x24}, {0x55, 0x53, 0x4e}, {0x55, 0x53, 0x53}, {0x55, 0x59, 0x49}, {0x55, 0x59, 0x50}, {0x55, 0x59, 0x55}, {0x55, 0x5a, 0x53}, {0x56, 0x45, 0x42}, {0x56, 0x45, 0x46}, {0xe2, 0x82, 0xab}, {0x56, 0x4e, 0x4e}, {0x56, 0x55, 0x56}, {0x57, 0x53, 0x54}, {0x46, 0x43, 0x46, 0x41}, {0x58, 0x41, 0x47}, {0x58, 0x41, 0x55}, {0x58, 0x42, 0x41}, {0x58, 0x42, 0x42}, {0x58, 0x42, 0x43}, {0x58, 0x42, 0x44}, {0x45, 0x43, 0x24}, {0x58, 0x44, 0x52}, {0x58, 0x45, 0x55}, {0x58, 0x46, 0x4f}, {0x58, 0x46, 0x55}, {0x43, 0x46, 0x41}, {0x58, 0x50, 0x44}, {0x43, 0x46, 0x50, 0x46}, {0x58, 0x50, 0x54}, {0x58, 0x52, 0x45}, {0x58, 0x53, 0x55}, {0x58, 0x54, 0x53}, {0x58, 0x55, 0x41}, {0x58, 0x58, 0x58}, {0x59, 0x44, 0x44}, {0x59, 0x45, 0x52}, {0x59, 0x55, 0x44}, {0x59, 0x55, 0x4d}, {0x59, 0x55, 0x4e}, {0x59, 0x55, 0x52}, {0x5a, 0x41, 0x4c}, {0x5a, 0x41, 0x52}, {0x5a, 0x4d, 0x4b}, {0x5a, 0x4d, 0x57}, {0x5a, 0x52, 0x4e}, {0x5a, 0x52, 0x5a}, {0x5a, 0x57, 0x44}, {0x5a, 0x57, 0x4c}, {0x5a, 0x57, 0x52}},
- currencyNegativePrefix: []byte{0x28},
- currencyNegativeSuffix: []byte{0x29},
- monthsAbbreviated: [][]uint8{[]uint8(nil), {0xe0, 0xb8, 0xa1, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0x9e, 0x2e}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb5, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb4, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0xaa, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x95, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x98, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}},
- monthsNarrow: [][]uint8{[]uint8(nil), {0xe0, 0xb8, 0xa1, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0x9e, 0x2e}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb5, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb4, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0xaa, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x81, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x95, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e, 0xe0, 0xb8, 0xa2, 0x2e}, {0xe0, 0xb8, 0x98, 0x2e, 0xe0, 0xb8, 0x84, 0x2e}},
- monthsWide: [][]uint8{[]uint8(nil), {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa0, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x98, 0xe0, 0xb9, 0x8c}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa9, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, {0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0xa9, 0xe0, 0xb8, 0xa0, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x96, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, {0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x8e, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, {0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}, {0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0xa8, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, {0xe0, 0xb8, 0x98, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa1}},
- daysAbbreviated: [][]uint8{{0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0x2e}, {0xe0, 0xb8, 0x88, 0x2e}, {0xe0, 0xb8, 0xad, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e}, {0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4, 0x2e}, {0xe0, 0xb8, 0xa8, 0x2e}, {0xe0, 0xb8, 0xaa, 0x2e}},
- daysNarrow: [][]uint8{{0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2}, {0xe0, 0xb8, 0x88}, {0xe0, 0xb8, 0xad}, {0xe0, 0xb8, 0x9e}, {0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4}, {0xe0, 0xb8, 0xa8}, {0xe0, 0xb8, 0xaa}},
- daysShort: [][]uint8{{0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0x2e}, {0xe0, 0xb8, 0x88, 0x2e}, {0xe0, 0xb8, 0xad, 0x2e}, {0xe0, 0xb8, 0x9e, 0x2e}, {0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4, 0x2e}, {0xe0, 0xb8, 0xa8, 0x2e}, {0xe0, 0xb8, 0xaa, 0x2e}},
- daysWide: [][]uint8{{0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa2, 0xe0, 0xb9, 0x8c}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0x98}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x9e, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb5}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa8, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c}, {0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c}},
- periodsAbbreviated: [][]uint8{{0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x87}, {0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x87}},
- periodsNarrow: [][]uint8{{0x61}, {0x70}},
- periodsWide: [][]uint8{{0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x87}, {0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x87}},
- erasAbbreviated: [][]uint8{{0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0x20, 0xe0, 0xb8, 0x84, 0x2e, 0xe0, 0xb8, 0xa8, 0x2e}, {0xe0, 0xb8, 0x84, 0x2e, 0xe0, 0xb8, 0xa8, 0x2e}},
- erasNarrow: [][]uint8{{0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0x20, 0xe0, 0xb8, 0x84, 0x2e, 0xe0, 0xb8, 0xa8, 0x2e}, {0xe0, 0xb8, 0x84, 0x2e, 0xe0, 0xb8, 0xa8, 0x2e}},
- erasWide: [][]uint8{{0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x95, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0xa8, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x8a}, {0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x95, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0xa8, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x8a}},
- timezones: map[string][]uint8{"AKST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb0, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2}, "AKDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb0, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2}, "EST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "WITA": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87}, "SAST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x95, 0xe0, 0xb9, 0x89}, "OESZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81}, "PST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "∅∅∅": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3}, "HKT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xae, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x87}, "MESZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87}, "HADT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xae, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0x2d, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb9, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, "HNT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c}, "MYT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "BT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa0, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0x8f, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99}, "CAT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87}, "MEZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87}, "MDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x96, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0xa0, 0xe0, 0xb8, 0xb9, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "AWDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "ECT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c}, "WAST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81}, "AEDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "WESZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81}, "MST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x96, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0xa0, 0xe0, 0xb8, 0xb9, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "BOT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb4, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "AEST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "COT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "CHADT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0xa1}, "CDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "EDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "LHST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xae, 0xe0, 0xb8, 0xa7, 0xe0, 0xb9, 0x8c}, "ACWST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "WAT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81}, "AST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x95, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81}, "CLT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5}, "GFT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x8a, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}, "ChST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3}, "SGT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x84, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c}, "HAT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c}, "AWST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "ACST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "WARST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}, "GYT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}, "ADT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x95, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81}, "UYT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0xa2}, "WART": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}, "COST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x84, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x9a, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "CLST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5}, "ART": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}, "NZDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c}, "ACWDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "CST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "GMT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x8a}, "UYST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb8, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0xa2}, "NZST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x8c}, "SRT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1}, "IST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "CHAST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0xa1}, "WEZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81}, "HKST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xae, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0x87}, "WIB": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x9d, 0xe0, 0xb8, 0xb1, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0x81}, "OEZ": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81}, "VET": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2}, "TMT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x96, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99}, "TMST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x96, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99}, "EAT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81}, "PDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x9f, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb9, 0x83, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xb2, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xab, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb7, 0xe0, 0xb8, 0xad}, "JST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x8d, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x99}, "JDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x8d, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x9b, 0xe0, 0xb8, 0xb8, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x99}, "WIT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb5, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8b, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x9d, 0xe0, 0xb8, 0xb1, 0xe0, 0xb9, 0x88, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb1, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x81}, "LHDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb8, 0x94, 0xe0, 0xb9, 0x82, 0xe0, 0xb8, 0xae, 0xe0, 0xb8, 0xa7, 0xe0, 0xb9, 0x8c}, "ACDT": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xa1, 0xe0, 0xb9, 0x81, 0xe0, 0xb8, 0xaa, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x97, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x81, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0x82, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x87, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xaa, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2}, "HAST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa1, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xa3, 0xe0, 0xb8, 0x90, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xae, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa2, 0x2d, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb0, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb9, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x8a, 0xe0, 0xb8, 0xb5, 0xe0, 0xb8, 0xa2, 0xe0, 0xb8, 0x99}, "ARST": {0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0xa7, 0xe0, 0xb8, 0xa5, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa4, 0xe0, 0xb8, 0x94, 0xe0, 0xb8, 0xb9, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x89, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xad, 0xe0, 0xb8, 0xb2, 0xe0, 0xb8, 0xa3, 0xe0, 0xb9, 0x8c, 0xe0, 0xb9, 0x80, 0xe0, 0xb8, 0x88, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0x95, 0xe0, 0xb8, 0xb4, 0xe0, 0xb8, 0x99, 0xe0, 0xb8, 0xb2}},
+ 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", "AU$", "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", "R$", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYR", "BZD", "CA$", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNX ", "CN¥", "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", "€", "FIM", "FJD", "FKP", "FRF", "£", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HK$", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR ", "₪", "₹", "IQD", "IRR", "ISJ ", "ISK", "ITL", "JMD", "JOD", "¥", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "₩", "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", "MX$", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZ$", "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", "NT$", "TZS", "UAH", "UAK", "UGS", "UGX", "US$", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "₫", "VNN", "VUV", "WST", "FCFA", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "EC$", "XDR", "XEU", "XFO", "XFU", "CFA", "XPD", "CFPF", "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{"", "ม.ค.", "ก.พ.", "มี.ค.", "เม.ย.", "พ.ค.", "มิ.ย.", "ก.ค.", "ส.ค.", "ก.ย.", "ต.ค.", "พ.ย.", "ธ.ค."},
+ monthsWide: []string{"", "มกราคม", "กุมภาพันธ์", "มีนาคม", "เมษายน", "พฤษภาคม", "มิถุนายน", "กรกฎาคม", "สิงหาคม", "กันยายน", "ตุลาคม", "พฤศจิกายน", "ธันวาคม"},
+ daysAbbreviated: []string{"อา.", "จ.", "อ.", "พ.", "พฤ.", "ศ.", "ส."},
+ daysNarrow: []string{"อา", "จ", "อ", "พ", "พฤ", "ศ", "ส"},
+ daysShort: []string{"อา.", "จ.", "อ.", "พ.", "พฤ.", "ศ.", "ส."},
+ daysWide: []string{"วันอาทิตย์", "วันจันทร์", "วันอังคาร", "วันพุธ", "วันพฤหัสบดี", "วันศุกร์", "วันเสาร์"},
+ periodsAbbreviated: []string{"ก่อนเที่ยง", "หลังเที่ยง"},
+ periodsNarrow: []string{"a", "p"},
+ periodsWide: []string{"ก่อนเที่ยง", "หลังเที่ยง"},
+ erasAbbreviated: []string{"ปีก่อน ค.ศ.", "ค.ศ."},
+ erasNarrow: []string{"ก่อน ค.ศ.", "ค.ศ."},
+ erasWide: []string{"ปีก่อนคริสต์ศักราช", "คริสต์ศักราช"},
+ timezones: map[string]string{"AEST": "เวลามาตรฐานทางตะวันออกของออสเตรเลีย", "AST": "เวลามาตรฐานแอตแลนติก", "GMT": "เวลามาตรฐานกรีนิช", "WIT": "เวลาอินโดนีเซียฝั่งตะวันออก", "ART": "เวลามาตรฐานอาร์เจนตินา", "AWDT": "เวลาออมแสงทางตะวันตกของออสเตรเลีย", "LHST": "เวลามาตรฐานลอร์ดโฮว์", "WEZ": "เวลามาตรฐานยุโรปตะวันตก", "CHADT": "เวลาออมแสงแชทัม", "SGT": "เวลาสิงคโปร์", "ACST": "เวลามาตรฐานทางตอนกลางของออสเตรเลีย", "SRT": "เวลาซูรินาเม", "LHDT": "เวลาออมแสงของลอร์ดโฮว์", "ACWDT": "เวลาออมแสงทางตะวันตกตอนกลางของออสเตรเลีย", "CHAST": "เวลามาตรฐานแชทัม", "MEZ": "เวลามาตรฐานยุโรปกลาง", "UYST": "เวลาฤดูร้อนอุรุกวัย", "HKT": "เวลามาตรฐานฮ่องกง", "WART": "เวลามาตรฐานทางตะวันตกของอาร์เจนตินา", "MESZ": "เวลาฤดูร้อนยุโรปกลาง", "CLT": "เวลามาตรฐานชิลี", "PST": "เวลามาตรฐานแปซิฟิกในอเมริกาเหนือ", "JDT": "เวลาออมแสงญี่ปุ่น", "NZDT": "เวลาออมแสงนิวซีแลนด์", "MST": "เวลามาตรฐานแถบภูเขาในอเมริกาเหนือ", "CAT": "เวลาแอฟริกากลาง", "WIB": "เวลาอินโดนีเซียฝั่งตะวันตก", "GFT": "เวลาเฟรนช์เกียนา", "CLST": "เวลาฤดูร้อนชิลี", "COT": "เวลามาตรฐานโคลอมเบีย", "HADT": "เวลาออมแสงฮาวาย-อะลูเชียน", "HNT": "เวลามาตรฐานนิวฟันด์แลนด์", "GYT": "เวลากายอานา", "IST": "เวลาอินเดีย", "UYT": "เวลามาตรฐานอุรุกวัย", "COST": "เวลาฤดูร้อนโคลอมเบีย", "∅∅∅": "เวลาฤดูร้อนบราซิเลีย", "HKST": "เวลาฤดูร้อนฮ่องกง", "ACDT": "เวลาออมแสงทางตอนกลางของออสเตรเลีย", "NZST": "เวลามาตรฐานนิวซีแลนด์", "WARST": "เวลาฤดูร้อนทางตะวันตกของอาร์เจนตินา", "AKDT": "เวลาออมแสงของอะแลสกา", "VET": "เวลาเวเนซุเอลา", "HAT": "เวลาออมแสงนิวฟันด์แลนด์", "EAT": "เวลาแอฟริกาตะวันออก", "AWST": "เวลามาตรฐานทางตะวันตกของออสเตรเลีย", "CDT": "เวลาออมแสงตอนกลางในอเมริกาเหนือ", "WESZ": "เวลาฤดูร้อนยุโรปตะวันตก", "ChST": "เวลาชามอร์โร", "OESZ": "เวลาฤดูร้อนยุโรปตะวันออก", "TMT": "เวลามาตรฐานเติร์กเมนิสถาน", "TMST": "เวลาฤดูร้อนเติร์กเมนิสถาน", "PDT": "เวลาออมแสงแปซิฟิกในอเมริกาเหนือ", "JST": "เวลามาตรฐานญี่ปุ่น", "AEDT": "เวลาออมแสงทางตะวันออกของออสเตรเลีย", "HAST": "เวลามาตรฐานฮาวาย-อะลูเชียน", "SAST": "เวลาแอฟริกาใต้", "WITA": "เวลาอินโดนีเซียตอนกลาง", "AKST": "เวลามาตรฐานอะแลสกา", "ECT": "เวลาเอกวาดอร์", "WAT": "เวลามาตรฐานแอฟริกาตะวันตก", "WAST": "เวลาฤดูร้อนแอฟริกาตะวันตก", "BT": "เวลาภูฏาน", "OEZ": "เวลามาตรฐานยุโรปตะวันออก", "MYT": "เวลามาเลเซีย", "BOT": "เวลาโบลิเวีย", "ACWST": "เวลามาตรฐานทางตะวันตกตอนกลางของออสเตรเลีย", "EDT": "เวลาออมแสงทางตะวันออกในอเมริกาเหนือ", "ADT": "เวลาออมแสงของแอตแลนติก", "CST": "เวลามาตรฐานตอนกลางในอเมริกาเหนือ", "MDT": "เวลาออมแสงแถบภูเขาในอเมริกาเหนือ", "EST": "เวลามาตรฐานทางตะวันออกในอเมริกาเหนือ", "ARST": "เวลาฤดูร้อนอาร์เจนตินา"},
}
}
@@ -111,82 +111,80 @@ func (th *th) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64)
}
// MonthAbbreviated returns the locales abbreviated month given the 'month' provided
-func (th *th) MonthAbbreviated(month time.Month) []byte {
+func (th *th) MonthAbbreviated(month time.Month) string {
return th.monthsAbbreviated[month]
}
// MonthsAbbreviated returns the locales abbreviated months
-func (th *th) MonthsAbbreviated() [][]byte {
+func (th *th) MonthsAbbreviated() []string {
return th.monthsAbbreviated[1:]
}
// MonthNarrow returns the locales narrow month given the 'month' provided
-func (th *th) MonthNarrow(month time.Month) []byte {
+func (th *th) MonthNarrow(month time.Month) string {
return th.monthsNarrow[month]
}
// MonthsNarrow returns the locales narrow months
-func (th *th) MonthsNarrow() [][]byte {
+func (th *th) MonthsNarrow() []string {
return th.monthsNarrow[1:]
}
// MonthWide returns the locales wide month given the 'month' provided
-func (th *th) MonthWide(month time.Month) []byte {
+func (th *th) MonthWide(month time.Month) string {
return th.monthsWide[month]
}
// MonthsWide returns the locales wide months
-func (th *th) MonthsWide() [][]byte {
+func (th *th) MonthsWide() []string {
return th.monthsWide[1:]
}
// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
-func (th *th) WeekdayAbbreviated(weekday time.Weekday) []byte {
+func (th *th) WeekdayAbbreviated(weekday time.Weekday) string {
return th.daysAbbreviated[weekday]
}
// WeekdaysAbbreviated returns the locales abbreviated weekdays
-func (th *th) WeekdaysAbbreviated() [][]byte {
+func (th *th) WeekdaysAbbreviated() []string {
return th.daysAbbreviated
}
// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
-func (th *th) WeekdayNarrow(weekday time.Weekday) []byte {
+func (th *th) WeekdayNarrow(weekday time.Weekday) string {
return th.daysNarrow[weekday]
}
// WeekdaysNarrow returns the locales narrow weekdays
-func (th *th) WeekdaysNarrow() [][]byte {
+func (th *th) WeekdaysNarrow() []string {
return th.daysNarrow
}
// WeekdayShort returns the locales short weekday given the 'weekday' provided
-func (th *th) WeekdayShort(weekday time.Weekday) []byte {
+func (th *th) WeekdayShort(weekday time.Weekday) string {
return th.daysShort[weekday]
}
// WeekdaysShort returns the locales short weekdays
-func (th *th) WeekdaysShort() [][]byte {
+func (th *th) WeekdaysShort() []string {
return th.daysShort
}
// WeekdayWide returns the locales wide weekday given the 'weekday' provided
-func (th *th) WeekdayWide(weekday time.Weekday) []byte {
+func (th *th) WeekdayWide(weekday time.Weekday) string {
return th.daysWide[weekday]
}
// WeekdaysWide returns the locales wide weekdays
-func (th *th) WeekdaysWide() [][]byte {
+func (th *th) WeekdaysWide() []string {
return th.daysWide
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'th' 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 (th *th) FmtNumber(num float64, v uint64) []byte {
+func (th *th) FmtNumber(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(th.decimal) + len(th.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 (th *th) 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 'th' 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 (th *th) FmtPercent(num float64, v uint64) []byte {
-
+func (th *th) FmtPercent(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(th.decimal)
+ l := len(s) + 3
b := make([]byte, 0, l)
for i := len(s) - 1; i >= 0; i-- {
@@ -254,17 +249,15 @@ func (th *th) FmtPercent(num float64, v uint64) []byte {
b = append(b, th.percent...)
- return b
+ return string(b)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
+func (th *th) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := th.currencies[currency]
- l := len(s) + len(th.decimal) + len(th.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 (th *th) FmtCurrency(num float64, v uint64, currency currency.Type) []byte
}
}
- return b
+ return string(b)
}
// FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'th'
-// 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 (th *th) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
+// in accounting notation.
+func (th *th) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := th.currencies[currency]
- l := len(s) + len(th.decimal) + len(th.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 (th *th) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
b = append(b, symbol[j])
}
- for j := len(th.currencyNegativePrefix) - 1; j >= 0; j-- {
- b = append(b, th.currencyNegativePrefix[j])
- }
+ b = append(b, th.currencyNegativePrefix[0])
} else {
@@ -386,13 +376,11 @@ func (th *th) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
b = append(b, th.currencyNegativeSuffix...)
}
- return b
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtDateShort(t time.Time) []byte {
+func (th *th) FmtDateShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -407,13 +395,11 @@ func (th *th) 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 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtDateMedium(t time.Time) []byte {
+func (th *th) FmtDateMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -423,13 +409,11 @@ func (th *th) 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 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtDateLong(t time.Time) []byte {
+func (th *th) FmtDateLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -447,13 +431,11 @@ func (th *th) 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 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtDateFull(t time.Time) []byte {
+func (th *th) FmtDateFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -473,13 +455,11 @@ func (th *th) 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 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtTimeShort(t time.Time) []byte {
+func (th *th) FmtTimeShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -496,13 +476,11 @@ func (th *th) FmtTimeShort(t time.Time) []byte {
b = strconv.AppendInt(b, int64(t.Minute()), 10)
- return b
+ return string(b)
}
// FmtTimeMedium returns the medium time representation of 't' for 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtTimeMedium(t time.Time) []byte {
+func (th *th) FmtTimeMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -526,13 +504,11 @@ func (th *th) FmtTimeMedium(t time.Time) []byte {
b = strconv.AppendInt(b, int64(t.Second()), 10)
- return b
+ return string(b)
}
// FmtTimeLong returns the long time representation of 't' for 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtTimeLong(t time.Time) []byte {
+func (th *th) FmtTimeLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -556,13 +532,11 @@ func (th *th) 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 'th'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (th *th) FmtTimeFull(t time.Time) []byte {
+func (th *th) FmtTimeFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -591,5 +565,5 @@ func (th *th) FmtTimeFull(t time.Time) []byte {
b = append(b, tz...)
}
- return b
+ return string(b)
}