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/bn/bn.go
diff options
context:
space:
mode:
Diffstat (limited to 'bn/bn.go')
-rw-r--r--bn/bn.go252
1 files changed, 97 insertions, 155 deletions
diff --git a/bn/bn.go b/bn/bn.go
index b8c80b99..8757f4fa 100644
--- a/bn/bn.go
+++ b/bn/bn.go
@@ -14,31 +14,31 @@ type bn 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 'bn' locale
@@ -48,29 +48,24 @@ func New() locales.Translator {
pluralsCardinal: []locales.PluralRule{2, 6},
pluralsOrdinal: []locales.PluralRule{2, 3, 4, 5, 6},
pluralsRange: []locales.PluralRule{2, 6},
- decimal: []byte{},
- group: []byte{},
- minus: []byte{},
- percent: []byte{},
- perMille: []byte{},
- timeSeparator: []byte{0x3a},
- currencies: [][]uint8{{0x41, 0x44, 0x50, 0x20}, {0x41, 0x45, 0x44}, {0x41, 0x46, 0x41, 0x20}, {0x41, 0x46, 0x4e}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c}, {0x41, 0x4d, 0x44}, {0x41, 0x4e, 0x47}, {0x41, 0x4f, 0x41}, {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}, {0x41, 0x54, 0x53, 0x20}, {0x41, 0x24}, {0x41, 0x57, 0x47}, {0x41, 0x5a, 0x4d, 0x20}, {0x41, 0x5a, 0x4e}, {0x42, 0x41, 0x44, 0x20}, {0x42, 0x41, 0x4d}, {0x42, 0x41, 0x4e, 0x20}, {0x42, 0x42, 0x44}, {0xe0, 0xa7, 0xb3}, {0x42, 0x45, 0x43, 0x20}, {0x42, 0x45, 0x46, 0x20}, {0x42, 0x45, 0x4c, 0x20}, {0x42, 0x47, 0x4c, 0x20}, {0x42, 0x47, 0x4d, 0x20}, {0x42, 0x47, 0x4e}, {0x42, 0x47, 0x4f, 0x20}, {0x42, 0x48, 0x44}, {0x42, 0x49, 0x46}, {0x42, 0x4d, 0x44}, {0x42, 0x4e, 0x44}, {0x42, 0x4f, 0x42}, {0x42, 0x4f, 0x4c, 0x20}, {0x42, 0x4f, 0x50, 0x20}, {0x42, 0x4f, 0x56, 0x20}, {0x42, 0x52, 0x42, 0x20}, {0x42, 0x52, 0x43, 0x20}, {0x42, 0x52, 0x45, 0x20}, {0x52, 0x24}, {0x42, 0x52, 0x4e, 0x20}, {0x42, 0x52, 0x52, 0x20}, {0x42, 0x52, 0x5a, 0x20}, {0x42, 0x53, 0x44}, {0x42, 0x54, 0x4e}, {0x42, 0x55, 0x4b, 0x20}, {0x42, 0x57, 0x50}, {0x42, 0x59, 0x42, 0x20}, {0x42, 0x59, 0x52}, {0x42, 0x5a, 0x44}, {0x43, 0x41, 0x24}, {0x43, 0x44, 0x46}, {0x43, 0x48, 0x45, 0x20}, {0x43, 0x48, 0x46}, {0x43, 0x48, 0x57, 0x20}, {0x43, 0x4c, 0x45, 0x20}, {0x43, 0x4c, 0x46, 0x20}, {0x43, 0x4c, 0x50}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0xc2, 0xa5}, {0x43, 0x4f, 0x50}, {0x43, 0x4f, 0x55, 0x20}, {0x43, 0x52, 0x43}, {0x43, 0x53, 0x44, 0x20}, {0x43, 0x53, 0x4b, 0x20}, {0x43, 0x55, 0x43}, {0x43, 0x55, 0x50}, {0x43, 0x56, 0x45}, {0x43, 0x59, 0x50, 0x20}, {0x43, 0x5a, 0x4b}, {0x44, 0x44, 0x4d, 0x20}, {0x44, 0x45, 0x4d, 0x20}, {0x44, 0x4a, 0x46}, {0x44, 0x4b, 0x4b}, {0x44, 0x4f, 0x50}, {0x44, 0x5a, 0x44}, {0x45, 0x43, 0x53, 0x20}, {0x45, 0x43, 0x56, 0x20}, {0x45, 0x45, 0x4b, 0x20}, {0x45, 0x47, 0x50}, {0x45, 0x52, 0x4e}, {0x45, 0x53, 0x41, 0x20}, {0x45, 0x53, 0x42, 0x20}, {0x45, 0x53, 0x50, 0x20}, {0x45, 0x54, 0x42}, {0xe2, 0x82, 0xac}, {0x46, 0x49, 0x4d, 0x20}, {0x46, 0x4a, 0x44}, {0x46, 0x4b, 0x50}, {0x46, 0x52, 0x46, 0x20}, {0xc2, 0xa3}, {0x47, 0x45, 0x4b, 0x20}, {0x47, 0x45, 0x4c}, {0x47, 0x48, 0x43, 0x20}, {0x47, 0x48, 0x53}, {0x47, 0x49, 0x50}, {0x47, 0x4d, 0x44}, {0x47, 0x4e, 0x46}, {0x47, 0x4e, 0x53, 0x20}, {0x47, 0x51, 0x45, 0x20}, {0x47, 0x52, 0x44, 0x20}, {0x47, 0x54, 0x51}, {0x47, 0x57, 0x45, 0x20}, {0x47, 0x57, 0x50, 0x20}, {0x47, 0x59, 0x44}, {0x48, 0x4b, 0x24}, {0x48, 0x4e, 0x4c}, {0x48, 0x52, 0x44, 0x20}, {0x48, 0x52, 0x4b}, {0x48, 0x54, 0x47}, {0x48, 0x55, 0x46}, {0x49, 0x44, 0x52}, {0x49, 0x45, 0x50, 0x20}, {0x49, 0x4c, 0x50, 0x20}, {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, 0x20}, {0x4a, 0x4d, 0x44}, {0x4a, 0x4f, 0x44}, {0x4a, 0x50, 0xc2, 0xa5}, {0x4b, 0x45, 0x53}, {0x4b, 0x47, 0x53}, {0x4b, 0x48, 0x52}, {0x4b, 0x4d, 0x46}, {0x4b, 0x50, 0x57}, {0x4b, 0x52, 0x48, 0x20}, {0x4b, 0x52, 0x4f, 0x20}, {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, 0x20}, {0x4c, 0x54, 0x4c}, {0x4c, 0x54, 0x54, 0x20}, {0x4c, 0x55, 0x43, 0x20}, {0x4c, 0x55, 0x46, 0x20}, {0x4c, 0x55, 0x4c, 0x20}, {0x4c, 0x56, 0x4c}, {0x4c, 0x56, 0x52, 0x20}, {0x4c, 0x59, 0x44}, {0x4d, 0x41, 0x44}, {0x4d, 0x41, 0x46, 0x20}, {0x4d, 0x43, 0x46, 0x20}, {0x4d, 0x44, 0x43, 0x20}, {0x4d, 0x44, 0x4c}, {0x4d, 0x47, 0x41}, {0x4d, 0x47, 0x46, 0x20}, {0x4d, 0x4b, 0x44}, {0x4d, 0x4b, 0x4e, 0x20}, {0x4d, 0x4c, 0x46, 0x20}, {0x4d, 0x4d, 0x4b}, {0x4d, 0x4e, 0x54}, {0x4d, 0x4f, 0x50}, {0x4d, 0x52, 0x4f}, {0x4d, 0x54, 0x4c, 0x20}, {0x4d, 0x54, 0x50, 0x20}, {0x4d, 0x55, 0x52}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52}, {0x4d, 0x57, 0x4b}, {0x4d, 0x58, 0x24}, {0x4d, 0x58, 0x50, 0x20}, {0x4d, 0x58, 0x56, 0x20}, {0x4d, 0x59, 0x52}, {0x4d, 0x5a, 0x45, 0x20}, {0x4d, 0x5a, 0x4d, 0x20}, {0x4d, 0x5a, 0x4e}, {0x4e, 0x41, 0x44}, {0x4e, 0x47, 0x4e}, {0x4e, 0x49, 0x43, 0x20}, {0x4e, 0x49, 0x4f}, {0x4e, 0x4c, 0x47, 0x20}, {0x4e, 0x4f, 0x4b}, {0x4e, 0x50, 0x52}, {0x4e, 0x5a, 0x24}, {0x4f, 0x4d, 0x52}, {0x50, 0x41, 0x42}, {0x50, 0x45, 0x49, 0x20}, {0x50, 0x45, 0x4e}, {0x50, 0x45, 0x53, 0x20}, {0x50, 0x47, 0x4b}, {0x50, 0x48, 0x50}, {0x50, 0x4b, 0x52}, {0x50, 0x4c, 0x4e}, {0x50, 0x4c, 0x5a, 0x20}, {0x50, 0x54, 0x45, 0x20}, {0x50, 0x59, 0x47}, {0x51, 0x41, 0x52}, {0x52, 0x48, 0x44, 0x20}, {0x52, 0x4f, 0x4c, 0x20}, {0x52, 0x4f, 0x4e}, {0x52, 0x53, 0x44}, {0x52, 0x55, 0x42}, {0x52, 0x55, 0x52, 0x20}, {0x52, 0x57, 0x46}, {0x53, 0x41, 0x52}, {0x53, 0x42, 0x44}, {0x53, 0x43, 0x52}, {0x53, 0x44, 0x44, 0x20}, {0x53, 0x44, 0x47}, {0x53, 0x44, 0x50, 0x20}, {0x53, 0x45, 0x4b}, {0x53, 0x47, 0x44}, {0x53, 0x48, 0x50}, {0x53, 0x49, 0x54, 0x20}, {0x53, 0x4b, 0x4b, 0x20}, {0x53, 0x4c, 0x4c}, {0x53, 0x4f, 0x53}, {0x53, 0x52, 0x44}, {0x53, 0x52, 0x47, 0x20}, {0x53, 0x53, 0x50}, {0x53, 0x54, 0x44}, {0x53, 0x55, 0x52, 0x20}, {0x53, 0x56, 0x43, 0x20}, {0x53, 0x59, 0x50}, {0x53, 0x5a, 0x4c}, {0xe0, 0xb8, 0xbf}, {0x54, 0x4a, 0x52, 0x20}, {0x54, 0x4a, 0x53}, {0x54, 0x4d, 0x4d, 0x20}, {0x54, 0x4d, 0x54}, {0x54, 0x4e, 0x44}, {0x54, 0x4f, 0x50}, {0x54, 0x50, 0x45, 0x20}, {0x54, 0x52, 0x4c, 0x20}, {0x54, 0x52, 0x59}, {0x54, 0x54, 0x44}, {0x4e, 0x54, 0x24}, {0x54, 0x5a, 0x53}, {0x55, 0x41, 0x48}, {0x55, 0x41, 0x4b, 0x20}, {0x55, 0x47, 0x53, 0x20}, {0x55, 0x47, 0x58}, {0x55, 0x53, 0x24}, {0x55, 0x53, 0x4e, 0x20}, {0x55, 0x53, 0x53, 0x20}, {0x55, 0x59, 0x49, 0x20}, {0x55, 0x59, 0x50, 0x20}, {0x55, 0x59, 0x55}, {0x55, 0x5a, 0x53}, {0x56, 0x45, 0x42, 0x20}, {0x56, 0x45, 0x46}, {0xe2, 0x82, 0xab}, {0x56, 0x4e, 0x4e, 0x20}, {0x56, 0x55, 0x56}, {0x57, 0x53, 0x54}, {0x46, 0x43, 0x46, 0x41}, {0x58, 0x41, 0x47, 0x20}, {0x58, 0x41, 0x55, 0x20}, {0x58, 0x42, 0x41, 0x20}, {0x58, 0x42, 0x42, 0x20}, {0x58, 0x42, 0x43, 0x20}, {0x58, 0x42, 0x44, 0x20}, {0x45, 0x43, 0x24}, {0x58, 0x44, 0x52, 0x20}, {0x58, 0x45, 0x55, 0x20}, {0x58, 0x46, 0x4f, 0x20}, {0x58, 0x46, 0x55, 0x20}, {0x43, 0x46, 0x41}, {0x58, 0x50, 0x44, 0x20}, {0x43, 0x46, 0x50, 0x46}, {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}, {0x59, 0x55, 0x44, 0x20}, {0x59, 0x55, 0x4d, 0x20}, {0x59, 0x55, 0x4e, 0x20}, {0x59, 0x55, 0x52, 0x20}, {0x5a, 0x41, 0x4c, 0x20}, {0x5a, 0x41, 0x52}, {0x5a, 0x4d, 0x4b, 0x20}, {0x5a, 0x4d, 0x57}, {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), {0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80}, {0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a}, {0xe0, 0xa6, 0x8f, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2}, {0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xa8}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x87}, {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xad, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}},
- monthsNarrow: [][]uint8{[]uint8(nil), {0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbe}, {0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x87}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe}, {0xe0, 0xa6, 0x8f}, {0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xa8}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81}, {0xe0, 0xa6, 0x86}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x87}, {0xe0, 0xa6, 0x85}, {0xe0, 0xa6, 0xa8}, {0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xbf}},
- monthsWide: [][]uint8{[]uint8(nil), {0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80}, {0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a}, {0xe0, 0xa6, 0x8f, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2}, {0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xa8}, {0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x87}, {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xad, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xb0}},
- daysAbbreviated: [][]uint8{{0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbf}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xae}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x99, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb2}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xa7}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbf}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf}},
- daysNarrow: [][]uint8{{0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8b}, {0xe0, 0xa6, 0xae}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x81}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x83}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x81}, {0xe0, 0xa6, 0xb6}},
- daysShort: [][]uint8{{0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x83}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x83}},
- daysWide: [][]uint8{{0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x99, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xa7, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}, {0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0}},
- periodsAbbreviated: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}},
- periodsNarrow: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}},
- periodsWide: [][]uint8{{0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb9, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa3}, {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb9, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa3}},
- erasAbbreviated: [][]uint8{{0xe0, 0xa6, 0x96, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac}, {0xe0, 0xa6, 0x96, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6}},
- erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)},
- erasWide: [][]uint8{{0xe0, 0xa6, 0x96, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac}, {0xe0, 0xa6, 0x96, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6}},
- timezones: map[string][]uint8{"BOT": {0xe0, 0xa6, 0xac, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xad, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AST": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "JST": {0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "EDT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ACWST": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "SRT": {0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AWDT": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CLT": {0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "JDT": {0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "NZST": {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "BT": {0xe0, 0xa6, 0xad, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "MESZ": {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xa7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "GMT": {0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x9a, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0xae}, "ACWDT": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "COT": {0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "PST": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WESZ": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WART": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "∅∅∅": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x81, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "TMST": {0xe0, 0xa6, 0xa4, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AKST": {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "UYST": {0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "GFT": {0xe0, 0xa6, 0xab, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ACST": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CST": {0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "SGT": {0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x99, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HAT": {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xab, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ChST": {0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WAT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AEST": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AEDT": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "OESZ": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ECT": {0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "MEZ": {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xa7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HADT": {0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x93, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x87, 0x2d, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xa4, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ART": {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ACDT": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ADT": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "OEZ": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "LHST": {0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x93, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "IST": {0xe0, 0xa6, 0xad, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xa4, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "COST": {0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CHAST": {0xe0, 0xa6, 0x9a, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa5, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HNT": {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xab, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WARST": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WIB": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x80, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CDT": {0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "MDT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xa4, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0x20, 0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "LHDT": {0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x93, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "SAST": {0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb7, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WEZ": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HKST": {0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0x82, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0x82, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HAST": {0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x93, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x87, 0x2d, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xa4, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "MST": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xa4, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0x20, 0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "MYT": {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "VET": {0xe0, 0xa6, 0xad, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "HKT": {0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0x82, 0x20, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0x82, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WITA": {0xe0, 0xa6, 0x95, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "EAT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "ARST": {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9c, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x9f, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x83, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "UYT": {0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa7, 0x87, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AWST": {0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9f, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "GYT": {0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CHADT": {0xe0, 0xa6, 0x9a, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa5, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "TMT": {0xe0, 0xa6, 0xa4, 0xe0, 0xa7, 0x81, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xae, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "AKDT": {0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WAST": {0xe0, 0xa6, 0xaa, 0xe0, 0xa6, 0xb6, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xae, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xa8, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "PDT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa4, 0x20, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xb9, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x97, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0x20, 0xe0, 0xa6, 0x85, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CLST": {0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2, 0xe0, 0xa6, 0xbf, 0x20, 0xe0, 0xa6, 0x97, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x80, 0xe0, 0xa6, 0xb7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "WIT": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0x20, 0xe0, 0xa6, 0x87, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa6, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "EST": {0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x82, 0xe0, 0xa6, 0xb0, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0x9e, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0x9a, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x87, 0xe0, 0xa6, 0xb0, 0x20, 0xe0, 0xa6, 0xaa, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa3, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "NZDT": {0xe0, 0xa6, 0xa8, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x89, 0xe0, 0xa6, 0x9c, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xa8, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xa1, 0x20, 0xe0, 0xa6, 0xa6, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0xac, 0xe0, 0xa6, 0xbe, 0xe0, 0xa6, 0xb2, 0xe0, 0xa7, 0x8b, 0xe0, 0xa6, 0x95, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}, "CAT": {0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xa7, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xaf, 0x20, 0xe0, 0xa6, 0x86, 0xe0, 0xa6, 0xab, 0xe0, 0xa7, 0x8d, 0xe0, 0xa6, 0xb0, 0xe0, 0xa6, 0xbf, 0xe0, 0xa6, 0x95, 0xe0, 0xa6, 0xbe, 0x20, 0xe0, 0xa6, 0xb8, 0xe0, 0xa6, 0xae, 0xe0, 0xa6, 0xaf, 0xe0, 0xa6, 0xbc}},
+ timeSeparator: ":",
+ currencies: []string{"ADP ", "AED", "AFA ", "AFN", "ALK ", "ALL", "AMD", "ANG", "AOA", "AOK ", "AON ", "AOR ", "ARA ", "ARL ", "ARM ", "ARP ", "ARS", "ATS ", "A$", "AWG", "AZM ", "AZN", "BAD ", "BAM", "BAN ", "BBD", "৳", "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", "JP¥", "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", "฿", "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{"AM", "PM"},
+ periodsNarrow: []string{"AM", "PM"},
+ periodsWide: []string{"পূর্বাহ্ণ", "অপরাহ্ণ"},
+ erasAbbreviated: []string{"খ্রিস্টপূর্ব", "খৃষ্টাব্দ"},
+ erasNarrow: []string{"", ""},
+ erasWide: []string{"খ্রিস্টপূর্ব", "খৃষ্টাব্দ"},
+ timezones: map[string]string{"ACST": "অস্ট্রেলীয় কেন্দ্রীয় মানক সময়", "MYT": "মালয়েশিয়া সময়", "AKST": "আলাস্কা মানক সময়", "NZST": "নিউজিল্যান্ড মানক সময়", "ACWDT": "অস্ট্রেলীয় কেন্দ্রীয় পশ্চিমি দিবালোক সময়", "SGT": "সিঙ্গাপুর মানক সময়", "ART": "আর্জেনটিনা মানক সময়", "TMT": "তুর্কমেনিস্তান মানক সময়", "WAT": "পশ্চিম আফ্রিকা মানক সময়", "HNT": "নিউফাউন্ডল্যান্ড মানক সময়", "GFT": "ফরাসি গায়ানা সময়", "UYST": "উরুগুয়ে গ্রীষ্মকালীন সময়", "MESZ": "মধ্য ইউরোপের গ্রীষ্মকালীন সময়", "AST": "অতলান্তিক মানক সময়", "HADT": "হাওয়াই-আলেউত দিবালোক সময়", "WARST": "পশ্চিমি আর্জেনটিনা গৃষ্মকালীন সময়", "WITA": "কেন্দ্রীয় ইন্দোনেশিয়া সময়", "IST": "ভারতীয় মানক সময়", "PST": "প্রশান্ত মহাসাগরীয় অঞ্চলের প্রমাণ সময়", "EDT": "পূর্বাঞ্চলের দিবালোক সময়", "HAST": "হাওয়াই-আলেউত মানক সময়", "SAST": "দক্ষিণ আফ্রিকা মানক সময়", "TMST": "তুর্কমেনিস্তান গ্রীষ্মকালীন সময়", "JST": "জাপান মানক সময়", "ECT": "ইকুয়েডর সময়", "HKST": "হং কং গ্রীষ্মকালীন সময়", "OESZ": "পূর্ব ইউরোপের গ্রীষ্মকালীন সময়", "LHDT": "লর্ড হাওয়ে দিবালোক মসয়", "LHST": "লর্ড হাওয়ে মানক মসয়", "GYT": "গুয়ানা সময়", "PDT": "প্রশান্ত মহাসাগরীয় অঞ্চলের দিনের সময়", "VET": "ভেনেজুয়েলা সময়", "ADT": "অতলান্তিক দিবালোক সময়", "ACDT": "অস্ট্রেলীয় কেন্দ্রীয় দিবালোক সময়", "SRT": "সুরিনাম সময়", "BOT": "বোলিভিয়া সময়", "AEST": "অস্ট্রেলীয় পূর্ব মানক সময়", "EST": "পূর্বাঞ্চলের প্রমাণ সময়", "BT": "ভুটান সময়", "WIB": "পশ্চিমী ইন্দোনেশিয়া সময়", "WESZ": "পশ্চিম ইউরোপের গ্রীষ্মকালীন সময়", "CAT": "মধ্য আফ্রিকা সময়", "HKT": "হং কং মানক সময়", "UYT": "উরুগুয়ে মানক সময়", "CHADT": "চ্যাথাম দিবালোক সময়", "CLT": "চিলি মানক সময়", "∅∅∅": "ব্রাসিলিয়া গৃষ্মকালীন সময়", "AWST": "অস্ট্রেলিয়ান পশ্চিমি মানক সময়", "CLST": "চিলি গ্রীষ্মকাল সময়", "COT": "কোলোম্বিয়া মানক সময়", "AKDT": "আলাস্কা দিবালোক সময়", "CDT": "কেন্দ্রীয় দিবালোক সময়", "MEZ": "মধ্য ইউরোপের প্রমাণ সময়", "NZDT": "নিউজিল্যান্ড দিবালোক সময়", "MST": "পার্বত্য অঞ্চলের প্রমাণ সময়", "MDT": "পার্বত্য অঞ্চলের দিনের সময়", "CST": "কেন্দ্রীয় মানক সময়", "OEZ": "পূর্ব ইউরোপের প্রমাণ সময়", "WIT": "পূর্ব ইন্দোনেশিয়া সময়", "ACWST": "অস্ট্রেলীয় কেন্দ্রীয় পশ্চিমি মানক সময়", "COST": "কোলোম্বিয়া গ্রীষ্মকালীন সময়", "WART": "পশ্চিমি আর্জেনটিনার প্রমাণ সময়", "WAST": "পশ্চিম আফ্রিকা গ্রীষ্মকালীন সময়", "EAT": "পূর্ব আফ্রিকা সময়", "AEDT": "অস্ট্রেলীয় পূর্ব দিবালোক সময়", "GMT": "গ্রীনিচ মিন টাইম", "JDT": "জাপান দিবালোক সময়", "AWDT": "অস্ট্রেলীয় পশ্চিমি দিবালোক সময়", "ChST": "চামেরো মানক সময়", "CHAST": "চ্যাথাম মানক সময়", "WEZ": "পশ্চিম ইউরোপের প্রমাণ সময়", "HAT": "নিউফাউন্ডল্যান্ড দিবালোক সময়", "ARST": "আর্জেনটিনা গৃষ্মকালীন সময়"},
}
}
@@ -142,82 +137,80 @@ func (bn *bn) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64)
}
// MonthAbbreviated returns the locales abbreviated month given the 'month' provided
-func (bn *bn) MonthAbbreviated(month time.Month) []byte {
+func (bn *bn) MonthAbbreviated(month time.Month) string {
return bn.monthsAbbreviated[month]
}
// MonthsAbbreviated returns the locales abbreviated months
-func (bn *bn) MonthsAbbreviated() [][]byte {
+func (bn *bn) MonthsAbbreviated() []string {
return bn.monthsAbbreviated[1:]
}
// MonthNarrow returns the locales narrow month given the 'month' provided
-func (bn *bn) MonthNarrow(month time.Month) []byte {
+func (bn *bn) MonthNarrow(month time.Month) string {
return bn.monthsNarrow[month]
}
// MonthsNarrow returns the locales narrow months
-func (bn *bn) MonthsNarrow() [][]byte {
+func (bn *bn) MonthsNarrow() []string {
return bn.monthsNarrow[1:]
}
// MonthWide returns the locales wide month given the 'month' provided
-func (bn *bn) MonthWide(month time.Month) []byte {
+func (bn *bn) MonthWide(month time.Month) string {
return bn.monthsWide[month]
}
// MonthsWide returns the locales wide months
-func (bn *bn) MonthsWide() [][]byte {
+func (bn *bn) MonthsWide() []string {
return bn.monthsWide[1:]
}
// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
-func (bn *bn) WeekdayAbbreviated(weekday time.Weekday) []byte {
+func (bn *bn) WeekdayAbbreviated(weekday time.Weekday) string {
return bn.daysAbbreviated[weekday]
}
// WeekdaysAbbreviated returns the locales abbreviated weekdays
-func (bn *bn) WeekdaysAbbreviated() [][]byte {
+func (bn *bn) WeekdaysAbbreviated() []string {
return bn.daysAbbreviated
}
// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
-func (bn *bn) WeekdayNarrow(weekday time.Weekday) []byte {
+func (bn *bn) WeekdayNarrow(weekday time.Weekday) string {
return bn.daysNarrow[weekday]
}
// WeekdaysNarrow returns the locales narrow weekdays
-func (bn *bn) WeekdaysNarrow() [][]byte {
+func (bn *bn) WeekdaysNarrow() []string {
return bn.daysNarrow
}
// WeekdayShort returns the locales short weekday given the 'weekday' provided
-func (bn *bn) WeekdayShort(weekday time.Weekday) []byte {
+func (bn *bn) WeekdayShort(weekday time.Weekday) string {
return bn.daysShort[weekday]
}
// WeekdaysShort returns the locales short weekdays
-func (bn *bn) WeekdaysShort() [][]byte {
+func (bn *bn) WeekdaysShort() []string {
return bn.daysShort
}
// WeekdayWide returns the locales wide weekday given the 'weekday' provided
-func (bn *bn) WeekdayWide(weekday time.Weekday) []byte {
+func (bn *bn) WeekdayWide(weekday time.Weekday) string {
return bn.daysWide[weekday]
}
// WeekdaysWide returns the locales wide weekdays
-func (bn *bn) WeekdaysWide() [][]byte {
+func (bn *bn) WeekdaysWide() []string {
return bn.daysWide
}
// FmtNumber returns 'num' with digits/precision of 'v' for 'bn' 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 (bn *bn) FmtNumber(num float64, v uint64) []byte {
+func (bn *bn) FmtNumber(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(bn.decimal) + len(bn.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + 0 + 0*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -228,10 +221,7 @@ func (bn *bn) FmtNumber(num float64, v uint64) []byte {
for i := len(s) - 1; i >= 0; i-- {
if s[i] == '.' {
- for j := len(bn.decimal) - 1; j >= 0; j-- {
- b = append(b, bn.decimal[j])
- }
-
+ b = append(b, bn.decimal[0])
inWhole = true
continue
}
@@ -239,10 +229,7 @@ func (bn *bn) FmtNumber(num float64, v uint64) []byte {
if inWhole {
if count == groupThreshold {
- for j := len(bn.group) - 1; j >= 0; j-- {
- b = append(b, bn.group[j])
- }
-
+ b = append(b, bn.group[0])
count = 1
if !inSecondary {
@@ -258,9 +245,7 @@ func (bn *bn) FmtNumber(num float64, v uint64) []byte {
}
if num < 0 {
- for j := len(bn.minus) - 1; j >= 0; j-- {
- b = append(b, bn.minus[j])
- }
+ b = append(b, bn.minus[0])
}
// reverse
@@ -268,26 +253,20 @@ func (bn *bn) 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 'bn' 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 (bn *bn) FmtPercent(num float64, v uint64) []byte {
-
+func (bn *bn) FmtPercent(num float64, v uint64) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
- l := len(s) + len(bn.decimal)
+ l := len(s) + 0
b := make([]byte, 0, l)
for i := len(s) - 1; i >= 0; i-- {
if s[i] == '.' {
- for j := len(bn.decimal) - 1; j >= 0; j-- {
- b = append(b, bn.decimal[j])
- }
-
+ b = append(b, bn.decimal[0])
continue
}
@@ -295,9 +274,7 @@ func (bn *bn) FmtPercent(num float64, v uint64) []byte {
}
if num < 0 {
- for j := len(bn.minus) - 1; j >= 0; j-- {
- b = append(b, bn.minus[j])
- }
+ b = append(b, bn.minus[0])
}
// reverse
@@ -307,17 +284,15 @@ func (bn *bn) FmtPercent(num float64, v uint64) []byte {
b = append(b, bn.percent...)
- return b
+ return string(b)
}
// FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) []byte {
+func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := bn.currencies[currency]
- l := len(s) + len(bn.decimal) + len(bn.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 0 + 0*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -328,10 +303,7 @@ func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) []byte
for i := len(s) - 1; i >= 0; i-- {
if s[i] == '.' {
- for j := len(bn.decimal) - 1; j >= 0; j-- {
- b = append(b, bn.decimal[j])
- }
-
+ b = append(b, bn.decimal[0])
inWhole = true
continue
}
@@ -339,10 +311,7 @@ func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) []byte
if inWhole {
if count == groupThreshold {
- for j := len(bn.group) - 1; j >= 0; j-- {
- b = append(b, bn.group[j])
- }
-
+ b = append(b, bn.group[0])
count = 1
if !inSecondary {
@@ -358,9 +327,7 @@ func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) []byte
}
if num < 0 {
- for j := len(bn.minus) - 1; j >= 0; j-- {
- b = append(b, bn.minus[j])
- }
+ b = append(b, bn.minus[0])
}
// reverse
@@ -381,17 +348,16 @@ func (bn *bn) FmtCurrency(num float64, v uint64, currency currency.Type) []byte
b = append(b, symbol...)
- return b
+ return string(b)
}
// FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'bn'
-// 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 (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) []byte {
+// in accounting notation.
+func (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) string {
s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
symbol := bn.currencies[currency]
- l := len(s) + len(bn.decimal) + len(bn.group)*len(s[:len(s)-int(v)-1])/3
+ l := len(s) + len(symbol) + 2 + 0*len(s[:len(s)-int(v)-1])/3
count := 0
inWhole := v == 0
inSecondary := false
@@ -402,10 +368,7 @@ func (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
for i := len(s) - 1; i >= 0; i-- {
if s[i] == '.' {
- for j := len(bn.decimal) - 1; j >= 0; j-- {
- b = append(b, bn.decimal[j])
- }
-
+ b = append(b, bn.decimal[0])
inWhole = true
continue
}
@@ -413,10 +376,7 @@ func (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
if inWhole {
if count == groupThreshold {
- for j := len(bn.group) - 1; j >= 0; j-- {
- b = append(b, bn.group[j])
- }
-
+ b = append(b, bn.group[0])
count = 1
if !inSecondary {
@@ -433,9 +393,7 @@ func (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
if num < 0 {
- for j := len(bn.currencyNegativePrefix) - 1; j >= 0; j-- {
- b = append(b, bn.currencyNegativePrefix[j])
- }
+ b = append(b, bn.currencyNegativePrefix[0])
}
@@ -463,13 +421,11 @@ func (bn *bn) FmtAccounting(num float64, v uint64, currency currency.Type) []byt
b = append(b, symbol...)
}
- return b
+ return string(b)
}
// FmtDateShort returns the short date representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtDateShort(t time.Time) []byte {
+func (bn *bn) FmtDateShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -484,13 +440,11 @@ func (bn *bn) 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 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtDateMedium(t time.Time) []byte {
+func (bn *bn) FmtDateMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -500,13 +454,11 @@ func (bn *bn) FmtDateMedium(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateLong returns the long date representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtDateLong(t time.Time) []byte {
+func (bn *bn) FmtDateLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -516,13 +468,11 @@ func (bn *bn) FmtDateLong(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtDateFull returns the full date representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtDateFull(t time.Time) []byte {
+func (bn *bn) FmtDateFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -534,13 +484,11 @@ func (bn *bn) FmtDateFull(t time.Time) []byte {
b = append(b, []byte{0x2c, 0x20}...)
b = strconv.AppendInt(b, int64(t.Year()), 10)
- return b
+ return string(b)
}
// FmtTimeShort returns the short time representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtTimeShort(t time.Time) []byte {
+func (bn *bn) FmtTimeShort(t time.Time) string {
b := make([]byte, 0, 32)
@@ -566,13 +514,11 @@ func (bn *bn) FmtTimeShort(t time.Time) []byte {
b = append(b, bn.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeMedium returns the medium time representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtTimeMedium(t time.Time) []byte {
+func (bn *bn) FmtTimeMedium(t time.Time) string {
b := make([]byte, 0, 32)
@@ -605,13 +551,11 @@ func (bn *bn) FmtTimeMedium(t time.Time) []byte {
b = append(b, bn.periodsAbbreviated[1]...)
}
- return b
+ return string(b)
}
// FmtTimeLong returns the long time representation of 't' for 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtTimeLong(t time.Time) []byte {
+func (bn *bn) FmtTimeLong(t time.Time) string {
b := make([]byte, 0, 32)
@@ -649,13 +593,11 @@ func (bn *bn) 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 'bn'
-// returned as a []byte just in case the caller wishes to add more and can help
-// avoid allocations; otherwise just cast as string.
-func (bn *bn) FmtTimeFull(t time.Time) []byte {
+func (bn *bn) FmtTimeFull(t time.Time) string {
b := make([]byte, 0, 32)
@@ -698,5 +640,5 @@ func (bn *bn) FmtTimeFull(t time.Time) []byte {
b = append(b, tz...)
}
- return b
+ return string(b)
}