ksb_TZ.go 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527
  1. package ksb_TZ
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type ksb_TZ struct {
  10. locale string
  11. pluralsCardinal []locales.PluralRule
  12. pluralsOrdinal []locales.PluralRule
  13. pluralsRange []locales.PluralRule
  14. decimal string
  15. group string
  16. minus string
  17. percent string
  18. perMille string
  19. timeSeparator string
  20. inifinity string
  21. currencies []string // idx = enum of currency code
  22. monthsAbbreviated []string
  23. monthsNarrow []string
  24. monthsWide []string
  25. daysAbbreviated []string
  26. daysNarrow []string
  27. daysShort []string
  28. daysWide []string
  29. periodsAbbreviated []string
  30. periodsNarrow []string
  31. periodsShort []string
  32. periodsWide []string
  33. erasAbbreviated []string
  34. erasNarrow []string
  35. erasWide []string
  36. timezones map[string]string
  37. }
  38. // New returns a new instance of translator for the 'ksb_TZ' locale
  39. func New() locales.Translator {
  40. return &ksb_TZ{
  41. locale: "ksb_TZ",
  42. pluralsCardinal: []locales.PluralRule{2, 6},
  43. pluralsOrdinal: nil,
  44. pluralsRange: nil,
  45. timeSeparator: ":",
  46. currencies: []string{"ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "STN", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
  47. monthsAbbreviated: []string{"", "Jan", "Feb", "Mac", "Apr", "Mei", "Jun", "Jul", "Ago", "Sep", "Okt", "Nov", "Des"},
  48. monthsNarrow: []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  49. monthsWide: []string{"", "Januali", "Febluali", "Machi", "Aplili", "Mei", "Juni", "Julai", "Agosti", "Septemba", "Oktoba", "Novemba", "Desemba"},
  50. daysAbbreviated: []string{"Jpi", "Jtt", "Jmn", "Jtn", "Alh", "Iju", "Jmo"},
  51. daysNarrow: []string{"2", "3", "4", "5", "A", "I", "1"},
  52. daysWide: []string{"Jumaapii", "Jumaatatu", "Jumaane", "Jumaatano", "Alhamisi", "Ijumaa", "Jumaamosi"},
  53. periodsAbbreviated: []string{"makeo", "nyiaghuo"},
  54. periodsWide: []string{"makeo", "nyiaghuo"},
  55. erasAbbreviated: []string{"KK", "BK"},
  56. erasNarrow: []string{"", ""},
  57. erasWide: []string{"Kabla ya Klisto", "Baada ya Klisto"},
  58. timezones: map[string]string{"HECU": "HECU", "AKST": "AKST", "COST": "COST", "WAT": "WAT", "JST": "JST", "HEEG": "HEEG", "CAT": "CAT", "UYT": "UYT", "AWDT": "AWDT", "ACWST": "ACWST", "HNOG": "HNOG", "LHST": "LHST", "ARST": "ARST", "COT": "COT", "GMT": "GMT", "CDT": "CDT", "MDT": "MDT", "SAST": "SAST", "OESZ": "OESZ", "EAT": "EAT", "ChST": "ChST", "CHADT": "CHADT", "AST": "AST", "GFT": "GFT", "ECT": "ECT", "WART": "WART", "WAST": "WAST", "ACWDT": "ACWDT", "HKT": "HKT", "HKST": "HKST", "VET": "VET", "HEPM": "HEPM", "SGT": "SGT", "HAT": "HAT", "GYT": "GYT", "CHAST": "CHAST", "CST": "CST", "AWST": "AWST", "AEST": "AEST", "WEZ": "WEZ", "OEZ": "OEZ", "PST": "PST", "PDT": "PDT", "AKDT": "AKDT", "LHDT": "LHDT", "ART": "ART", "SRT": "SRT", "TMST": "TMST", "HNCU": "HNCU", "ACST": "ACST", "HEOG": "HEOG", "IST": "IST", "HNPM": "HNPM", "HENOMX": "HENOMX", "ADT": "ADT", "BT": "BT", "EST": "EST", "EDT": "EDT", "TMT": "TMT", "CLT": "CLT", "HAST": "HAST", "AEDT": "AEDT", "MST": "MST", "NZDT": "NZDT", "JDT": "JDT", "MESZ": "MESZ", "HNT": "HNT", "HNEG": "HNEG", "HNNOMX": "HNNOMX", "UYST": "UYST", "∅∅∅": "∅∅∅", "WIB": "WIB", "NZST": "NZST", "MYT": "MYT", "BOT": "BOT", "CLST": "CLST", "HNPMX": "HNPMX", "WESZ": "WESZ", "ACDT": "ACDT", "WARST": "WARST", "WITA": "WITA", "WIT": "WIT", "HADT": "HADT", "HEPMX": "HEPMX", "MEZ": "MEZ"},
  59. }
  60. }
  61. // Locale returns the current translators string locale
  62. func (ksb *ksb_TZ) Locale() string {
  63. return ksb.locale
  64. }
  65. // PluralsCardinal returns the list of cardinal plural rules associated with 'ksb_TZ'
  66. func (ksb *ksb_TZ) PluralsCardinal() []locales.PluralRule {
  67. return ksb.pluralsCardinal
  68. }
  69. // PluralsOrdinal returns the list of ordinal plural rules associated with 'ksb_TZ'
  70. func (ksb *ksb_TZ) PluralsOrdinal() []locales.PluralRule {
  71. return ksb.pluralsOrdinal
  72. }
  73. // PluralsRange returns the list of range plural rules associated with 'ksb_TZ'
  74. func (ksb *ksb_TZ) PluralsRange() []locales.PluralRule {
  75. return ksb.pluralsRange
  76. }
  77. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ksb_TZ'
  78. func (ksb *ksb_TZ) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  79. n := math.Abs(num)
  80. if n == 1 {
  81. return locales.PluralRuleOne
  82. }
  83. return locales.PluralRuleOther
  84. }
  85. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'ksb_TZ'
  86. func (ksb *ksb_TZ) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  87. return locales.PluralRuleUnknown
  88. }
  89. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ksb_TZ'
  90. func (ksb *ksb_TZ) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  91. return locales.PluralRuleUnknown
  92. }
  93. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  94. func (ksb *ksb_TZ) MonthAbbreviated(month time.Month) string {
  95. return ksb.monthsAbbreviated[month]
  96. }
  97. // MonthsAbbreviated returns the locales abbreviated months
  98. func (ksb *ksb_TZ) MonthsAbbreviated() []string {
  99. return ksb.monthsAbbreviated[1:]
  100. }
  101. // MonthNarrow returns the locales narrow month given the 'month' provided
  102. func (ksb *ksb_TZ) MonthNarrow(month time.Month) string {
  103. return ksb.monthsNarrow[month]
  104. }
  105. // MonthsNarrow returns the locales narrow months
  106. func (ksb *ksb_TZ) MonthsNarrow() []string {
  107. return ksb.monthsNarrow[1:]
  108. }
  109. // MonthWide returns the locales wide month given the 'month' provided
  110. func (ksb *ksb_TZ) MonthWide(month time.Month) string {
  111. return ksb.monthsWide[month]
  112. }
  113. // MonthsWide returns the locales wide months
  114. func (ksb *ksb_TZ) MonthsWide() []string {
  115. return ksb.monthsWide[1:]
  116. }
  117. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  118. func (ksb *ksb_TZ) WeekdayAbbreviated(weekday time.Weekday) string {
  119. return ksb.daysAbbreviated[weekday]
  120. }
  121. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  122. func (ksb *ksb_TZ) WeekdaysAbbreviated() []string {
  123. return ksb.daysAbbreviated
  124. }
  125. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  126. func (ksb *ksb_TZ) WeekdayNarrow(weekday time.Weekday) string {
  127. return ksb.daysNarrow[weekday]
  128. }
  129. // WeekdaysNarrow returns the locales narrow weekdays
  130. func (ksb *ksb_TZ) WeekdaysNarrow() []string {
  131. return ksb.daysNarrow
  132. }
  133. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  134. func (ksb *ksb_TZ) WeekdayShort(weekday time.Weekday) string {
  135. return ksb.daysShort[weekday]
  136. }
  137. // WeekdaysShort returns the locales short weekdays
  138. func (ksb *ksb_TZ) WeekdaysShort() []string {
  139. return ksb.daysShort
  140. }
  141. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  142. func (ksb *ksb_TZ) WeekdayWide(weekday time.Weekday) string {
  143. return ksb.daysWide[weekday]
  144. }
  145. // WeekdaysWide returns the locales wide weekdays
  146. func (ksb *ksb_TZ) WeekdaysWide() []string {
  147. return ksb.daysWide
  148. }
  149. // Decimal returns the decimal point of number
  150. func (ksb *ksb_TZ) Decimal() string {
  151. return ksb.decimal
  152. }
  153. // Group returns the group of number
  154. func (ksb *ksb_TZ) Group() string {
  155. return ksb.group
  156. }
  157. // Group returns the minus sign of number
  158. func (ksb *ksb_TZ) Minus() string {
  159. return ksb.minus
  160. }
  161. // FmtNumber returns 'num' with digits/precision of 'v' for 'ksb_TZ' and handles both Whole and Real numbers based on 'v'
  162. func (ksb *ksb_TZ) FmtNumber(num float64, v uint64) string {
  163. return strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  164. }
  165. // FmtPercent returns 'num' with digits/precision of 'v' for 'ksb_TZ' and handles both Whole and Real numbers based on 'v'
  166. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  167. func (ksb *ksb_TZ) FmtPercent(num float64, v uint64) string {
  168. return strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  169. }
  170. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ksb_TZ'
  171. func (ksb *ksb_TZ) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  172. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  173. symbol := ksb.currencies[currency]
  174. l := len(s) + len(symbol) + 0
  175. count := 0
  176. inWhole := v == 0
  177. b := make([]byte, 0, l)
  178. for i := len(s) - 1; i >= 0; i-- {
  179. if s[i] == '.' {
  180. b = append(b, ksb.decimal[0])
  181. inWhole = true
  182. continue
  183. }
  184. if inWhole {
  185. if count == 3 {
  186. b = append(b, ksb.group[0])
  187. count = 1
  188. } else {
  189. count++
  190. }
  191. }
  192. b = append(b, s[i])
  193. }
  194. if num < 0 {
  195. b = append(b, ksb.minus[0])
  196. }
  197. // reverse
  198. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  199. b[i], b[j] = b[j], b[i]
  200. }
  201. if int(v) < 2 {
  202. if v == 0 {
  203. b = append(b, ksb.decimal...)
  204. }
  205. for i := 0; i < 2-int(v); i++ {
  206. b = append(b, '0')
  207. }
  208. }
  209. b = append(b, symbol...)
  210. return string(b)
  211. }
  212. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ksb_TZ'
  213. // in accounting notation.
  214. func (ksb *ksb_TZ) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  215. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  216. symbol := ksb.currencies[currency]
  217. l := len(s) + len(symbol) + 0
  218. count := 0
  219. inWhole := v == 0
  220. b := make([]byte, 0, l)
  221. for i := len(s) - 1; i >= 0; i-- {
  222. if s[i] == '.' {
  223. b = append(b, ksb.decimal[0])
  224. inWhole = true
  225. continue
  226. }
  227. if inWhole {
  228. if count == 3 {
  229. b = append(b, ksb.group[0])
  230. count = 1
  231. } else {
  232. count++
  233. }
  234. }
  235. b = append(b, s[i])
  236. }
  237. if num < 0 {
  238. b = append(b, ksb.minus[0])
  239. }
  240. // reverse
  241. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  242. b[i], b[j] = b[j], b[i]
  243. }
  244. if int(v) < 2 {
  245. if v == 0 {
  246. b = append(b, ksb.decimal...)
  247. }
  248. for i := 0; i < 2-int(v); i++ {
  249. b = append(b, '0')
  250. }
  251. }
  252. if num < 0 {
  253. b = append(b, symbol...)
  254. } else {
  255. b = append(b, symbol...)
  256. }
  257. return string(b)
  258. }
  259. // FmtDateShort returns the short date representation of 't' for 'ksb_TZ'
  260. func (ksb *ksb_TZ) FmtDateShort(t time.Time) string {
  261. b := make([]byte, 0, 32)
  262. if t.Day() < 10 {
  263. b = append(b, '0')
  264. }
  265. b = strconv.AppendInt(b, int64(t.Day()), 10)
  266. b = append(b, []byte{0x2f}...)
  267. if t.Month() < 10 {
  268. b = append(b, '0')
  269. }
  270. b = strconv.AppendInt(b, int64(t.Month()), 10)
  271. b = append(b, []byte{0x2f}...)
  272. if t.Year() > 0 {
  273. b = strconv.AppendInt(b, int64(t.Year()), 10)
  274. } else {
  275. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  276. }
  277. return string(b)
  278. }
  279. // FmtDateMedium returns the medium date representation of 't' for 'ksb_TZ'
  280. func (ksb *ksb_TZ) FmtDateMedium(t time.Time) string {
  281. b := make([]byte, 0, 32)
  282. b = strconv.AppendInt(b, int64(t.Day()), 10)
  283. b = append(b, []byte{0x20}...)
  284. b = append(b, ksb.monthsAbbreviated[t.Month()]...)
  285. b = append(b, []byte{0x20}...)
  286. if t.Year() > 0 {
  287. b = strconv.AppendInt(b, int64(t.Year()), 10)
  288. } else {
  289. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  290. }
  291. return string(b)
  292. }
  293. // FmtDateLong returns the long date representation of 't' for 'ksb_TZ'
  294. func (ksb *ksb_TZ) FmtDateLong(t time.Time) string {
  295. b := make([]byte, 0, 32)
  296. b = strconv.AppendInt(b, int64(t.Day()), 10)
  297. b = append(b, []byte{0x20}...)
  298. b = append(b, ksb.monthsWide[t.Month()]...)
  299. b = append(b, []byte{0x20}...)
  300. if t.Year() > 0 {
  301. b = strconv.AppendInt(b, int64(t.Year()), 10)
  302. } else {
  303. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  304. }
  305. return string(b)
  306. }
  307. // FmtDateFull returns the full date representation of 't' for 'ksb_TZ'
  308. func (ksb *ksb_TZ) FmtDateFull(t time.Time) string {
  309. b := make([]byte, 0, 32)
  310. b = append(b, ksb.daysWide[t.Weekday()]...)
  311. b = append(b, []byte{0x2c, 0x20}...)
  312. b = strconv.AppendInt(b, int64(t.Day()), 10)
  313. b = append(b, []byte{0x20}...)
  314. b = append(b, ksb.monthsWide[t.Month()]...)
  315. b = append(b, []byte{0x20}...)
  316. if t.Year() > 0 {
  317. b = strconv.AppendInt(b, int64(t.Year()), 10)
  318. } else {
  319. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  320. }
  321. return string(b)
  322. }
  323. // FmtTimeShort returns the short time representation of 't' for 'ksb_TZ'
  324. func (ksb *ksb_TZ) FmtTimeShort(t time.Time) string {
  325. b := make([]byte, 0, 32)
  326. if t.Hour() < 10 {
  327. b = append(b, '0')
  328. }
  329. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  330. b = append(b, ksb.timeSeparator...)
  331. if t.Minute() < 10 {
  332. b = append(b, '0')
  333. }
  334. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  335. return string(b)
  336. }
  337. // FmtTimeMedium returns the medium time representation of 't' for 'ksb_TZ'
  338. func (ksb *ksb_TZ) FmtTimeMedium(t time.Time) string {
  339. b := make([]byte, 0, 32)
  340. if t.Hour() < 10 {
  341. b = append(b, '0')
  342. }
  343. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  344. b = append(b, ksb.timeSeparator...)
  345. if t.Minute() < 10 {
  346. b = append(b, '0')
  347. }
  348. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  349. b = append(b, ksb.timeSeparator...)
  350. if t.Second() < 10 {
  351. b = append(b, '0')
  352. }
  353. b = strconv.AppendInt(b, int64(t.Second()), 10)
  354. return string(b)
  355. }
  356. // FmtTimeLong returns the long time representation of 't' for 'ksb_TZ'
  357. func (ksb *ksb_TZ) FmtTimeLong(t time.Time) string {
  358. b := make([]byte, 0, 32)
  359. if t.Hour() < 10 {
  360. b = append(b, '0')
  361. }
  362. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  363. b = append(b, ksb.timeSeparator...)
  364. if t.Minute() < 10 {
  365. b = append(b, '0')
  366. }
  367. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  368. b = append(b, ksb.timeSeparator...)
  369. if t.Second() < 10 {
  370. b = append(b, '0')
  371. }
  372. b = strconv.AppendInt(b, int64(t.Second()), 10)
  373. b = append(b, []byte{0x20}...)
  374. tz, _ := t.Zone()
  375. b = append(b, tz...)
  376. return string(b)
  377. }
  378. // FmtTimeFull returns the full time representation of 't' for 'ksb_TZ'
  379. func (ksb *ksb_TZ) FmtTimeFull(t time.Time) string {
  380. b := make([]byte, 0, 32)
  381. if t.Hour() < 10 {
  382. b = append(b, '0')
  383. }
  384. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  385. b = append(b, ksb.timeSeparator...)
  386. if t.Minute() < 10 {
  387. b = append(b, '0')
  388. }
  389. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  390. b = append(b, ksb.timeSeparator...)
  391. if t.Second() < 10 {
  392. b = append(b, '0')
  393. }
  394. b = strconv.AppendInt(b, int64(t.Second()), 10)
  395. b = append(b, []byte{0x20}...)
  396. tz, _ := t.Zone()
  397. if btz, ok := ksb.timezones[tz]; ok {
  398. b = append(b, btz...)
  399. } else {
  400. b = append(b, tz...)
  401. }
  402. return string(b)
  403. }