package ka_GE import ( "math" "strconv" "time" "github.com/go-playground/locales" "github.com/go-playground/locales/currency" ) type ka_GE struct { locale string pluralsCardinal []locales.PluralRule pluralsOrdinal []locales.PluralRule decimal []byte group []byte minus []byte percent []byte percentSuffix []byte perMille []byte timeSeparator []byte inifinity []byte currencies [][]byte // idx = enum of currency code currencyPositiveSuffix []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 } // New returns a new instance of translator for the 'ka_GE' locale func New() locales.Translator { return &ka_GE{ locale: "ka_GE", pluralsCardinal: []locales.PluralRule{2, 6}, pluralsOrdinal: []locales.PluralRule{2, 5, 6}, decimal: []byte{0x2c}, group: []byte{0xc2, 0xa0}, minus: []byte{0x2d}, percent: []byte{0x25}, perMille: []byte{0xe2, 0x80, 0xb0}, timeSeparator: []byte{0x3a}, inifinity: []byte{0xe2, 0x88, 0x9e}, currencies: [][]uint8{{0x41, 0x44, 0x50, 0x20}, {0x41, 0x45, 0x44, 0x20}, {0x41, 0x46, 0x41, 0x20}, {0x41, 0x46, 0x4e, 0x20}, {0x41, 0x4c, 0x4b, 0x20}, {0x41, 0x4c, 0x4c, 0x20}, {0x41, 0x4d, 0x44, 0x20}, {0x41, 0x4e, 0x47, 0x20}, {0x41, 0x4f, 0x41, 0x20}, {0x41, 0x4f, 0x4b, 0x20}, {0x41, 0x4f, 0x4e, 0x20}, {0x41, 0x4f, 0x52, 0x20}, {0x41, 0x52, 0x41, 0x20}, {0x41, 0x52, 0x4c, 0x20}, {0x41, 0x52, 0x4d, 0x20}, {0x41, 0x52, 0x50, 0x20}, {0x41, 0x52, 0x53, 0x20}, {0x41, 0x54, 0x53, 0x20}, {0x41, 0x55, 0x44, 0x20}, {0x41, 0x57, 0x47, 0x20}, {0x41, 0x5a, 0x4d, 0x20}, {0x41, 0x5a, 0x4e, 0x20}, {0x42, 0x41, 0x44, 0x20}, {0x42, 0x41, 0x4d, 0x20}, {0x42, 0x41, 0x4e, 0x20}, {0x42, 0x42, 0x44, 0x20}, {0x42, 0x44, 0x54, 0x20}, {0x42, 0x45, 0x43, 0x20}, {0x42, 0x45, 0x46, 0x20}, {0x42, 0x45, 0x4c, 0x20}, {0x42, 0x47, 0x4c, 0x20}, {0x42, 0x47, 0x4d, 0x20}, {0x42, 0x47, 0x4e, 0x20}, {0x42, 0x47, 0x4f, 0x20}, {0x42, 0x48, 0x44, 0x20}, {0x42, 0x49, 0x46, 0x20}, {0x42, 0x4d, 0x44, 0x20}, {0x42, 0x4e, 0x44, 0x20}, {0x42, 0x4f, 0x42, 0x20}, {0x42, 0x4f, 0x4c, 0x20}, {0x42, 0x4f, 0x50, 0x20}, {0x42, 0x4f, 0x56, 0x20}, {0x42, 0x52, 0x42, 0x20}, {0x42, 0x52, 0x43, 0x20}, {0x42, 0x52, 0x45, 0x20}, {0x42, 0x52, 0x4c, 0x20}, {0x42, 0x52, 0x4e, 0x20}, {0x42, 0x52, 0x52, 0x20}, {0x42, 0x52, 0x5a, 0x20}, {0x42, 0x53, 0x44, 0x20}, {0x42, 0x54, 0x4e, 0x20}, {0x42, 0x55, 0x4b, 0x20}, {0x42, 0x57, 0x50, 0x20}, {0x42, 0x59, 0x42, 0x20}, {0x42, 0x59, 0x52, 0x20}, {0x42, 0x5a, 0x44, 0x20}, {0x43, 0x41, 0x44, 0x20}, {0x43, 0x44, 0x46, 0x20}, {0x43, 0x48, 0x45, 0x20}, {0x43, 0x48, 0x46, 0x20}, {0x43, 0x48, 0x57, 0x20}, {0x43, 0x4c, 0x45, 0x20}, {0x43, 0x4c, 0x46, 0x20}, {0x43, 0x4c, 0x50, 0x20}, {0x43, 0x4e, 0x58, 0x20}, {0x43, 0x4e, 0x59, 0x20}, {0x43, 0x4f, 0x50, 0x20}, {0x43, 0x4f, 0x55, 0x20}, {0x43, 0x52, 0x43, 0x20}, {0x43, 0x53, 0x44, 0x20}, {0x43, 0x53, 0x4b, 0x20}, {0x43, 0x55, 0x43, 0x20}, {0x43, 0x55, 0x50, 0x20}, {0x43, 0x56, 0x45, 0x20}, {0x43, 0x59, 0x50, 0x20}, {0x43, 0x5a, 0x4b, 0x20}, {0x44, 0x44, 0x4d, 0x20}, {0x44, 0x45, 0x4d, 0x20}, {0x44, 0x4a, 0x46, 0x20}, {0x44, 0x4b, 0x4b, 0x20}, {0x44, 0x4f, 0x50, 0x20}, {0x44, 0x5a, 0x44, 0x20}, {0x45, 0x43, 0x53, 0x20}, {0x45, 0x43, 0x56, 0x20}, {0x45, 0x45, 0x4b, 0x20}, {0x45, 0x47, 0x50, 0x20}, {0x45, 0x52, 0x4e, 0x20}, {0x45, 0x53, 0x41, 0x20}, {0x45, 0x53, 0x42, 0x20}, {0x45, 0x53, 0x50, 0x20}, {0x45, 0x54, 0x42, 0x20}, {0x45, 0x55, 0x52, 0x20}, {0x46, 0x49, 0x4d, 0x20}, {0x46, 0x4a, 0x44, 0x20}, {0x46, 0x4b, 0x50, 0x20}, {0x46, 0x52, 0x46, 0x20}, {0x47, 0x42, 0x50, 0x20}, {0x47, 0x45, 0x4b, 0x20}, {0x47, 0x45, 0x4c, 0x20}, {0x47, 0x48, 0x43, 0x20}, {0x47, 0x48, 0x53, 0x20}, {0x47, 0x49, 0x50, 0x20}, {0x47, 0x4d, 0x44, 0x20}, {0x47, 0x4e, 0x46, 0x20}, {0x47, 0x4e, 0x53, 0x20}, {0x47, 0x51, 0x45, 0x20}, {0x47, 0x52, 0x44, 0x20}, {0x47, 0x54, 0x51, 0x20}, {0x47, 0x57, 0x45, 0x20}, {0x47, 0x57, 0x50, 0x20}, {0x47, 0x59, 0x44, 0x20}, {0x48, 0x4b, 0x44, 0x20}, {0x48, 0x4e, 0x4c, 0x20}, {0x48, 0x52, 0x44, 0x20}, {0x48, 0x52, 0x4b, 0x20}, {0x48, 0x54, 0x47, 0x20}, {0x48, 0x55, 0x46, 0x20}, {0x49, 0x44, 0x52, 0x20}, {0x49, 0x45, 0x50, 0x20}, {0x49, 0x4c, 0x50, 0x20}, {0x49, 0x4c, 0x52, 0x20}, {0x49, 0x4c, 0x53, 0x20}, {0x49, 0x4e, 0x52, 0x20}, {0x49, 0x51, 0x44, 0x20}, {0x49, 0x52, 0x52, 0x20}, {0x49, 0x53, 0x4a, 0x20}, {0x49, 0x53, 0x4b, 0x20}, {0x49, 0x54, 0x4c, 0x20}, {0x4a, 0x4d, 0x44, 0x20}, {0x4a, 0x4f, 0x44, 0x20}, {0x4a, 0x50, 0x59, 0x20}, {0x4b, 0x45, 0x53, 0x20}, {0x4b, 0x47, 0x53, 0x20}, {0x4b, 0x48, 0x52, 0x20}, {0x4b, 0x4d, 0x46, 0x20}, {0x4b, 0x50, 0x57, 0x20}, {0x4b, 0x52, 0x48, 0x20}, {0x4b, 0x52, 0x4f, 0x20}, {0x4b, 0x52, 0x57, 0x20}, {0x4b, 0x57, 0x44, 0x20}, {0x4b, 0x59, 0x44, 0x20}, {0x4b, 0x5a, 0x54, 0x20}, {0x4c, 0x41, 0x4b, 0x20}, {0x4c, 0x42, 0x50, 0x20}, {0x4c, 0x4b, 0x52, 0x20}, {0x4c, 0x52, 0x44, 0x20}, {0x4c, 0x53, 0x4c, 0x20}, {0x4c, 0x54, 0x4c, 0x20}, {0x4c, 0x54, 0x54, 0x20}, {0x4c, 0x55, 0x43, 0x20}, {0x4c, 0x55, 0x46, 0x20}, {0x4c, 0x55, 0x4c, 0x20}, {0x4c, 0x56, 0x4c, 0x20}, {0x4c, 0x56, 0x52, 0x20}, {0x4c, 0x59, 0x44, 0x20}, {0x4d, 0x41, 0x44, 0x20}, {0x4d, 0x41, 0x46, 0x20}, {0x4d, 0x43, 0x46, 0x20}, {0x4d, 0x44, 0x43, 0x20}, {0x4d, 0x44, 0x4c, 0x20}, {0x4d, 0x47, 0x41, 0x20}, {0x4d, 0x47, 0x46, 0x20}, {0x4d, 0x4b, 0x44, 0x20}, {0x4d, 0x4b, 0x4e, 0x20}, {0x4d, 0x4c, 0x46, 0x20}, {0x4d, 0x4d, 0x4b, 0x20}, {0x4d, 0x4e, 0x54, 0x20}, {0x4d, 0x4f, 0x50, 0x20}, {0x4d, 0x52, 0x4f, 0x20}, {0x4d, 0x54, 0x4c, 0x20}, {0x4d, 0x54, 0x50, 0x20}, {0x4d, 0x55, 0x52, 0x20}, {0x4d, 0x56, 0x50, 0x20}, {0x4d, 0x56, 0x52, 0x20}, {0x4d, 0x57, 0x4b, 0x20}, {0x4d, 0x58, 0x4e, 0x20}, {0x4d, 0x58, 0x50, 0x20}, {0x4d, 0x58, 0x56, 0x20}, {0x4d, 0x59, 0x52, 0x20}, {0x4d, 0x5a, 0x45, 0x20}, {0x4d, 0x5a, 0x4d, 0x20}, {0x4d, 0x5a, 0x4e, 0x20}, {0x4e, 0x41, 0x44, 0x20}, {0x4e, 0x47, 0x4e, 0x20}, {0x4e, 0x49, 0x43, 0x20}, {0x4e, 0x49, 0x4f, 0x20}, {0x4e, 0x4c, 0x47, 0x20}, {0x4e, 0x4f, 0x4b, 0x20}, {0x4e, 0x50, 0x52, 0x20}, {0x4e, 0x5a, 0x44, 0x20}, {0x4f, 0x4d, 0x52, 0x20}, {0x50, 0x41, 0x42, 0x20}, {0x50, 0x45, 0x49, 0x20}, {0x50, 0x45, 0x4e, 0x20}, {0x50, 0x45, 0x53, 0x20}, {0x50, 0x47, 0x4b, 0x20}, {0x50, 0x48, 0x50, 0x20}, {0x50, 0x4b, 0x52, 0x20}, {0x50, 0x4c, 0x4e, 0x20}, {0x50, 0x4c, 0x5a, 0x20}, {0x50, 0x54, 0x45, 0x20}, {0x50, 0x59, 0x47, 0x20}, {0x51, 0x41, 0x52, 0x20}, {0x52, 0x48, 0x44, 0x20}, {0x52, 0x4f, 0x4c, 0x20}, {0x52, 0x4f, 0x4e, 0x20}, {0x52, 0x53, 0x44, 0x20}, {0x52, 0x55, 0x42, 0x20}, {0x52, 0x55, 0x52, 0x20}, {0x52, 0x57, 0x46, 0x20}, {0x53, 0x41, 0x52, 0x20}, {0x53, 0x42, 0x44, 0x20}, {0x53, 0x43, 0x52, 0x20}, {0x53, 0x44, 0x44, 0x20}, {0x53, 0x44, 0x47, 0x20}, {0x53, 0x44, 0x50, 0x20}, {0x53, 0x45, 0x4b, 0x20}, {0x53, 0x47, 0x44, 0x20}, {0x53, 0x48, 0x50, 0x20}, {0x53, 0x49, 0x54, 0x20}, {0x53, 0x4b, 0x4b, 0x20}, {0x53, 0x4c, 0x4c, 0x20}, {0x53, 0x4f, 0x53, 0x20}, {0x53, 0x52, 0x44, 0x20}, {0x53, 0x52, 0x47, 0x20}, {0x53, 0x53, 0x50, 0x20}, {0x53, 0x54, 0x44, 0x20}, {0x53, 0x55, 0x52, 0x20}, {0x53, 0x56, 0x43, 0x20}, {0x53, 0x59, 0x50, 0x20}, {0x53, 0x5a, 0x4c, 0x20}, {0x54, 0x48, 0x42, 0x20}, {0x54, 0x4a, 0x52, 0x20}, {0x54, 0x4a, 0x53, 0x20}, {0x54, 0x4d, 0x4d, 0x20}, {0x54, 0x4d, 0x54, 0x20}, {0x54, 0x4e, 0x44, 0x20}, {0x54, 0x4f, 0x50, 0x20}, {0x54, 0x50, 0x45, 0x20}, {0x54, 0x52, 0x4c, 0x20}, {0x54, 0x52, 0x59, 0x20}, {0x54, 0x54, 0x44, 0x20}, {0x54, 0x57, 0x44, 0x20}, {0x54, 0x5a, 0x53, 0x20}, {0x55, 0x41, 0x48, 0x20}, {0x55, 0x41, 0x4b, 0x20}, {0x55, 0x47, 0x53, 0x20}, {0x55, 0x47, 0x58, 0x20}, {0x55, 0x53, 0x44, 0x20}, {0x55, 0x53, 0x4e, 0x20}, {0x55, 0x53, 0x53, 0x20}, {0x55, 0x59, 0x49, 0x20}, {0x55, 0x59, 0x50, 0x20}, {0x55, 0x59, 0x55, 0x20}, {0x55, 0x5a, 0x53, 0x20}, {0x56, 0x45, 0x42, 0x20}, {0x56, 0x45, 0x46, 0x20}, {0x56, 0x4e, 0x44, 0x20}, {0x56, 0x4e, 0x4e, 0x20}, {0x56, 0x55, 0x56, 0x20}, {0x57, 0x53, 0x54, 0x20}, {0x58, 0x41, 0x46, 0x20}, {0x58, 0x41, 0x47, 0x20}, {0x58, 0x41, 0x55, 0x20}, {0x58, 0x42, 0x41, 0x20}, {0x58, 0x42, 0x42, 0x20}, {0x58, 0x42, 0x43, 0x20}, {0x58, 0x42, 0x44, 0x20}, {0x58, 0x43, 0x44, 0x20}, {0x58, 0x44, 0x52, 0x20}, {0x58, 0x45, 0x55, 0x20}, {0x58, 0x46, 0x4f, 0x20}, {0x58, 0x46, 0x55, 0x20}, {0x58, 0x4f, 0x46, 0x20}, {0x58, 0x50, 0x44, 0x20}, {0x58, 0x50, 0x46, 0x20}, {0x58, 0x50, 0x54, 0x20}, {0x58, 0x52, 0x45, 0x20}, {0x58, 0x53, 0x55, 0x20}, {0x58, 0x54, 0x53, 0x20}, {0x58, 0x55, 0x41, 0x20}, {0x58, 0x58, 0x58, 0x20}, {0x59, 0x44, 0x44, 0x20}, {0x59, 0x45, 0x52, 0x20}, {0x59, 0x55, 0x44, 0x20}, {0x59, 0x55, 0x4d, 0x20}, {0x59, 0x55, 0x4e, 0x20}, {0x59, 0x55, 0x52, 0x20}, {0x5a, 0x41, 0x4c, 0x20}, {0x5a, 0x41, 0x52, 0x20}, {0x5a, 0x4d, 0x4b, 0x20}, {0x5a, 0x4d, 0x57, 0x20}, {0x5a, 0x52, 0x4e, 0x20}, {0x5a, 0x52, 0x5a, 0x20}, {0x5a, 0x57, 0x44, 0x20}, {0x5a, 0x57, 0x4c, 0x20}, {0x5a, 0x57, 0x52, 0x20}}, percentSuffix: []byte{0xc2, 0xa0}, currencyPositiveSuffix: []byte{0xc2, 0xa0}, currencyNegativeSuffix: []byte{0xc2, 0xa0}, monthsAbbreviated: [][]uint8{[]uint8(nil), {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c}, {0xe1, 0x83, 0x97, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x91}, {0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0xa0}, {0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9c}, {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x95}, {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa5}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa5, 0xe1, 0x83, 0xa2}, {0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94}, {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x99}}, monthsNarrow: [][]uint8{[]uint8(nil), {0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x97}, {0xe1, 0x83, 0x9b}, {0xe1, 0x83, 0x90}, {0xe1, 0x83, 0x9b}, {0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x90}, {0xe1, 0x83, 0xa1}, {0xe1, 0x83, 0x9d}, {0xe1, 0x83, 0x9c}, {0xe1, 0x83, 0x93}}, monthsWide: [][]uint8{[]uint8(nil), {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x97, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x9d}, {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa5, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa5, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98}}, daysAbbreviated: [][]uint8{{0xe1, 0x83, 0x99, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa8}, {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0xae}, {0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x97}, {0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0}, {0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91}}, daysNarrow: [][]uint8{{0xe1, 0x83, 0x99}, {0xe1, 0x83, 0x9d}, {0xe1, 0x83, 0xa1}, {0xe1, 0x83, 0x9d}, {0xe1, 0x83, 0xae}, {0xe1, 0x83, 0x9e}, {0xe1, 0x83, 0xa8}}, daysShort: [][]uint8{{0xe1, 0x83, 0x99, 0xe1, 0x83, 0x95}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0}, {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x9b}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x97}, {0xe1, 0x83, 0xae, 0xe1, 0x83, 0x97}, {0xe1, 0x83, 0x9e, 0xe1, 0x83, 0xa0}, {0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x91}}, daysWide: [][]uint8{{0xe1, 0x83, 0x99, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98}, {0xe1, 0x83, 0xa8, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98}}, periodsAbbreviated: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}}, periodsNarrow: [][]uint8{{0x61}, {0x70}}, periodsWide: [][]uint8{{0x41, 0x4d}, {0x50, 0x4d}}, erasAbbreviated: [][]uint8{{0xe1, 0x83, 0xab, 0xe1, 0x83, 0x95, 0x2e, 0x20, 0xe1, 0x83, 0xac, 0x2e}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xae, 0x2e, 0x20, 0xe1, 0x83, 0xac, 0x2e}}, erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)}, erasWide: [][]uint8{{0xe1, 0x83, 0xab, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0xac, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x97}, {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0xac, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x97}}, timezones: map[string][]uint8{"HKT": {0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "HKST": {0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AWST": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "MYT": {0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "PDT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xac, 0xe1, 0x83, 0xa7, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "UYT": {0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CHAST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "MDT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "SRT": {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "MEZ": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "∅∅∅": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "PST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xac, 0xe1, 0x83, 0xa7, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "BT": {0xe1, 0x83, 0x91, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ACWDT": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WART": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "NZDT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "GFT": {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WIB": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CDT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "HAT": {0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ACDT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "BOT": {0xe1, 0x83, 0x91, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "IST": {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "HADT": {0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ChST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WAST": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "OEZ": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "OESZ": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "LHDT": {0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0x2d, 0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "EDT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "GYT": {0xe1, 0x83, 0x92, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "MST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ECT": {0xe1, 0x83, 0x94, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "SGT": {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "COT": {0xe1, 0x83, 0x99, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "SAST": {0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "LHST": {0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0x2d, 0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ACST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AKST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "JDT": {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "HNT": {0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WAT": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CHADT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WARST": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "EAT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "HAST": {0xe1, 0x83, 0xb0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "EST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CAT": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "MESZ": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ART": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "COST": {0xe1, 0x83, 0x99, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x91, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ACWST": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ADT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "ARST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "UYST": {0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x92, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AKDT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x99, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AWDT": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AEDT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WITA": {0xe1, 0x83, 0xaa, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "TMST": {0xe1, 0x83, 0x97, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa5, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CLT": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "CLST": {0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WIT": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "AEST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa6, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "JST": {0xe1, 0x83, 0x98, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "TMT": {0xe1, 0x83, 0x97, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa5, 0xe1, 0x83, 0x9b, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WESZ": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa4, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "VET": {0xe1, 0x83, 0x95, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "NZST": {0xe1, 0x83, 0x90, 0xe1, 0x83, 0xae, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x96, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "WEZ": {0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x97, 0x20, 0xe1, 0x83, 0x94, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d, 0xe1, 0x83, 0x9e, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0xa2, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x98, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}, "GMT": {0xe1, 0x83, 0x92, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0x9c, 0xe1, 0x83, 0x95, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa9, 0xe1, 0x83, 0x98, 0xe1, 0x83, 0xa1, 0x20, 0xe1, 0x83, 0xa1, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0xa8, 0xe1, 0x83, 0xa3, 0xe1, 0x83, 0x90, 0xe1, 0x83, 0x9a, 0xe1, 0x83, 0x9d, 0x20, 0xe1, 0x83, 0x93, 0xe1, 0x83, 0xa0, 0xe1, 0x83, 0x9d}}, } } // Locale returns the current translators string locale func (ka *ka_GE) Locale() string { return ka.locale } // PluralsCardinal returns the list of cardinal plural rules associated with 'ka_GE' func (ka *ka_GE) PluralsCardinal() []locales.PluralRule { return ka.pluralsCardinal } // PluralsOrdinal returns the list of ordinal plural rules associated with 'ka_GE' func (ka *ka_GE) PluralsOrdinal() []locales.PluralRule { return ka.pluralsOrdinal } // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ka_GE' func (ka *ka_GE) CardinalPluralRule(num float64, v uint64) locales.PluralRule { n := math.Abs(num) if n == 1 { return locales.PluralRuleOne } return locales.PluralRuleOther } // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'ka_GE' func (ka *ka_GE) OrdinalPluralRule(num float64, v uint64) locales.PluralRule { n := math.Abs(num) i := int64(n) iMod100 := i % 100 if i == 1 { return locales.PluralRuleOne } else if (i == 0) || (iMod100 >= 2 && iMod100 <= 20 && (iMod100 == 40 || iMod100 == 60 || iMod100 == 80)) { return locales.PluralRuleMany } return locales.PluralRuleOther } // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ka_GE' func (ka *ka_GE) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule { start := ka.CardinalPluralRule(num1, v1) end := ka.CardinalPluralRule(num2, v2) if start == locales.PluralRuleOne && end == locales.PluralRuleOther { return locales.PluralRuleOne } else if start == locales.PluralRuleOther && end == locales.PluralRuleOne { return locales.PluralRuleOther } return locales.PluralRuleOther } // MonthAbbreviated returns the locales abbreviated month given the 'month' provided func (ka *ka_GE) MonthAbbreviated(month time.Month) []byte { return ka.monthsAbbreviated[month] } // MonthsAbbreviated returns the locales abbreviated months func (ka *ka_GE) MonthsAbbreviated() [][]byte { return ka.monthsAbbreviated[1:] } // MonthNarrow returns the locales narrow month given the 'month' provided func (ka *ka_GE) MonthNarrow(month time.Month) []byte { return ka.monthsNarrow[month] } // MonthsNarrow returns the locales narrow months func (ka *ka_GE) MonthsNarrow() [][]byte { return ka.monthsNarrow[1:] } // MonthWide returns the locales wide month given the 'month' provided func (ka *ka_GE) MonthWide(month time.Month) []byte { return ka.monthsWide[month] } // MonthsWide returns the locales wide months func (ka *ka_GE) MonthsWide() [][]byte { return ka.monthsWide[1:] } // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided func (ka *ka_GE) WeekdayAbbreviated(weekday time.Weekday) []byte { return ka.daysAbbreviated[weekday] } // WeekdaysAbbreviated returns the locales abbreviated weekdays func (ka *ka_GE) WeekdaysAbbreviated() [][]byte { return ka.daysAbbreviated } // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided func (ka *ka_GE) WeekdayNarrow(weekday time.Weekday) []byte { return ka.daysNarrow[weekday] } // WeekdaysNarrow returns the locales narrow weekdays func (ka *ka_GE) WeekdaysNarrow() [][]byte { return ka.daysNarrow } // WeekdayShort returns the locales short weekday given the 'weekday' provided func (ka *ka_GE) WeekdayShort(weekday time.Weekday) []byte { return ka.daysShort[weekday] } // WeekdaysShort returns the locales short weekdays func (ka *ka_GE) WeekdaysShort() [][]byte { return ka.daysShort } // WeekdayWide returns the locales wide weekday given the 'weekday' provided func (ka *ka_GE) WeekdayWide(weekday time.Weekday) []byte { return ka.daysWide[weekday] } // WeekdaysWide returns the locales wide weekdays func (ka *ka_GE) WeekdaysWide() [][]byte { return ka.daysWide } // FmtNumber returns 'num' with digits/precision of 'v' for 'ka_GE' 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 (ka *ka_GE) FmtNumber(num float64, v uint64) []byte { s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64) l := len(s) + len(ka.decimal) + len(ka.group)*len(s[:len(s)-int(v)-1])/3 count := 0 inWhole := v == 0 b := make([]byte, 0, l) for i := len(s) - 1; i >= 0; i-- { if s[i] == '.' { b = append(b, ka.decimal[0]) inWhole = true continue } if inWhole { if count == 3 { for j := len(ka.group) - 1; j >= 0; j-- { b = append(b, ka.group[j]) } count = 1 } else { count++ } } b = append(b, s[i]) } if num < 0 { b = append(b, ka.minus[0]) } // reverse for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 { b[i], b[j] = b[j], b[i] } return b } // FmtPercent returns 'num' with digits/precision of 'v' for 'ka_GE' 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 (ka *ka_GE) FmtPercent(num float64, v uint64) []byte { s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64) l := len(s) + len(ka.decimal) b := make([]byte, 0, l) for i := len(s) - 1; i >= 0; i-- { if s[i] == '.' { b = append(b, ka.decimal[0]) continue } b = append(b, s[i]) } if num < 0 { b = append(b, ka.minus[0]) } // reverse for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 { b[i], b[j] = b[j], b[i] } b = append(b, ka.percentSuffix...) b = append(b, ka.percent...) return b } // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtCurrency(num float64, v uint64, currency currency.Type) []byte { s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64) symbol := ka.currencies[currency] l := len(s) + len(ka.decimal) + len(ka.group)*len(s[:len(s)-int(v)-1])/3 count := 0 inWhole := v == 0 b := make([]byte, 0, l) for i := len(s) - 1; i >= 0; i-- { if s[i] == '.' { b = append(b, ka.decimal[0]) inWhole = true continue } if inWhole { if count == 3 { for j := len(ka.group) - 1; j >= 0; j-- { b = append(b, ka.group[j]) } count = 1 } else { count++ } } b = append(b, s[i]) } if num < 0 { b = append(b, ka.minus[0]) } // reverse for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 { b[i], b[j] = b[j], b[i] } if int(v) < 2 { if v == 0 { b = append(b, ka.decimal...) } for i := 0; i < 2-int(v); i++ { b = append(b, '0') } } b = append(b, ka.currencyPositiveSuffix...) b = append(b, symbol...) return b } // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ka_GE' // 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 (ka *ka_GE) FmtAccounting(num float64, v uint64, currency currency.Type) []byte { s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64) symbol := ka.currencies[currency] l := len(s) + len(ka.decimal) + len(ka.group)*len(s[:len(s)-int(v)-1])/3 count := 0 inWhole := v == 0 b := make([]byte, 0, l) for i := len(s) - 1; i >= 0; i-- { if s[i] == '.' { b = append(b, ka.decimal[0]) inWhole = true continue } if inWhole { if count == 3 { for j := len(ka.group) - 1; j >= 0; j-- { b = append(b, ka.group[j]) } count = 1 } else { count++ } } b = append(b, s[i]) } if num < 0 { b = append(b, ka.minus[0]) } // reverse for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 { b[i], b[j] = b[j], b[i] } if int(v) < 2 { if v == 0 { b = append(b, ka.decimal...) } for i := 0; i < 2-int(v); i++ { b = append(b, '0') } } if num < 0 { b = append(b, ka.currencyNegativeSuffix...) b = append(b, symbol...) } else { b = append(b, ka.currencyPositiveSuffix...) b = append(b, symbol...) } return b } // FmtDateShort returns the short date representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtDateShort(t time.Time) []byte { b := make([]byte, 0, 32) if t.Day() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Day()), 10) b = append(b, []byte{0x2e}...) if t.Month() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Month()), 10) b = append(b, []byte{0x2e}...) if t.Year() > 9 { b = append(b, strconv.Itoa(t.Year())[2:]...) } else { b = append(b, strconv.Itoa(t.Year())[1:]...) } return b } // FmtDateMedium returns the medium date representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtDateMedium(t time.Time) []byte { b := make([]byte, 0, 32) b = strconv.AppendInt(b, int64(t.Day()), 10) b = append(b, []byte{0x20}...) b = append(b, ka.monthsAbbreviated[t.Month()]...) b = append(b, []byte{0x2e, 0x20}...) b = strconv.AppendInt(b, int64(t.Year()), 10) return b } // FmtDateLong returns the long date representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtDateLong(t time.Time) []byte { b := make([]byte, 0, 32) b = strconv.AppendInt(b, int64(t.Day()), 10) b = append(b, []byte{0x20}...) b = append(b, ka.monthsWide[t.Month()]...) b = append(b, []byte{0x2c, 0x20}...) b = strconv.AppendInt(b, int64(t.Year()), 10) return b } // FmtDateFull returns the full date representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtDateFull(t time.Time) []byte { b := make([]byte, 0, 32) b = append(b, ka.daysWide[t.Weekday()]...) b = append(b, []byte{0x2c, 0x20}...) if t.Day() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Day()), 10) b = append(b, []byte{0x20}...) b = append(b, ka.monthsWide[t.Month()]...) b = append(b, []byte{0x2c, 0x20}...) b = strconv.AppendInt(b, int64(t.Year()), 10) return b } // FmtTimeShort returns the short time representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtTimeShort(t time.Time) []byte { b := make([]byte, 0, 32) if t.Hour() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Hour()), 10) b = append(b, ka.timeSeparator...) if t.Minute() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Minute()), 10) return b } // FmtTimeMedium returns the medium time representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtTimeMedium(t time.Time) []byte { b := make([]byte, 0, 32) if t.Hour() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Hour()), 10) b = append(b, ka.timeSeparator...) if t.Minute() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Minute()), 10) b = append(b, ka.timeSeparator...) if t.Second() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Second()), 10) return b } // FmtTimeLong returns the long time representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtTimeLong(t time.Time) []byte { b := make([]byte, 0, 32) if t.Hour() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Hour()), 10) b = append(b, ka.timeSeparator...) if t.Minute() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Minute()), 10) b = append(b, ka.timeSeparator...) if t.Second() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Second()), 10) b = append(b, []byte{0x20}...) tz, _ := t.Zone() b = append(b, tz...) return b } // FmtTimeFull returns the full time representation of 't' for 'ka_GE' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. func (ka *ka_GE) FmtTimeFull(t time.Time) []byte { b := make([]byte, 0, 32) if t.Hour() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Hour()), 10) b = append(b, ka.timeSeparator...) if t.Minute() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Minute()), 10) b = append(b, ka.timeSeparator...) if t.Second() < 10 { b = append(b, '0') } b = strconv.AppendInt(b, int64(t.Second()), 10) b = append(b, []byte{0x20}...) tz, _ := t.Zone() if btz, ok := ka.timezones[tz]; ok { b = append(b, btz...) } else { b = append(b, tz...) } return b }