ca.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  1. package ca
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type ca 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. currencyPositiveSuffix string
  23. currencyNegativePrefix string
  24. currencyNegativeSuffix string
  25. monthsAbbreviated []string
  26. monthsNarrow []string
  27. monthsWide []string
  28. daysAbbreviated []string
  29. daysNarrow []string
  30. daysShort []string
  31. daysWide []string
  32. periodsAbbreviated []string
  33. periodsNarrow []string
  34. periodsShort []string
  35. periodsWide []string
  36. erasAbbreviated []string
  37. erasNarrow []string
  38. erasWide []string
  39. timezones map[string]string
  40. }
  41. // New returns a new instance of translator for the 'ca' locale
  42. func New() locales.Translator {
  43. return &ca{
  44. locale: "ca",
  45. pluralsCardinal: []locales.PluralRule{2, 6},
  46. pluralsOrdinal: []locales.PluralRule{2, 3, 4, 6},
  47. pluralsRange: []locales.PluralRule{6},
  48. decimal: ",",
  49. group: ".",
  50. minus: "-",
  51. percent: "%",
  52. perMille: "‰",
  53. timeSeparator: ":",
  54. inifinity: "∞",
  55. currencies: []string{"ADP", "AED", "AFA", "AFN", "ALK ", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AU$", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNX ", "¥", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "₧", "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", "MXN", "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", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "₫", "VNN", "VUV", "WST", "FCFA", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "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"},
  56. currencyPositiveSuffix: " ",
  57. currencyNegativePrefix: "(",
  58. currencyNegativeSuffix: " )",
  59. monthsAbbreviated: []string{"", "gen.", "febr.", "març", "abr.", "maig", "juny", "jul.", "ag.", "set.", "oct.", "nov.", "des."},
  60. monthsNarrow: []string{"", "GN", "FB", "MÇ", "AB", "MG", "JN", "JL", "AG", "ST", "OC", "NV", "DS"},
  61. monthsWide: []string{"", "de gener", "de febrer", "de març", "d’abril", "de maig", "de juny", "de juliol", "d’agost", "de setembre", "d’octubre", "de novembre", "de desembre"},
  62. daysAbbreviated: []string{"dg.", "dl.", "dt.", "dc.", "dj.", "dv.", "ds."},
  63. daysNarrow: []string{"dg", "dl", "dt", "dc", "dj", "dv", "ds"},
  64. daysShort: []string{"dg.", "dl.", "dt.", "dc.", "dj.", "dv.", "ds."},
  65. daysWide: []string{"diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte"},
  66. periodsAbbreviated: []string{"a. m.", "p. m."},
  67. periodsNarrow: []string{"a. m.", "p. m."},
  68. periodsWide: []string{"a. m.", "p. m."},
  69. erasAbbreviated: []string{"aC", "dC"},
  70. erasNarrow: []string{"aC", "dC"},
  71. erasWide: []string{"abans de Crist", "després de Crist"},
  72. timezones: map[string]string{"MDT": "Hora d’estiu de muntanya d’Amèrica del Nord", "EST": "Hora estàndard oriental d’Amèrica del Nord", "EDT": "Hora d’estiu oriental d’Amèrica del Nord", "AEST": "Hora estàndard d’Austràlia Oriental", "HAST": "Hora estàndard de Hawaii-Aleutianes", "PST": "Hora estàndard del Pacífic", "MEZ": "Hora estàndard del Centre d’Europa", "CAT": "Hora de l’Àfrica Central", "SAST": "Hora estàndard del sud de l’Àfrica", "WARST": "Hora d’estiu de l’oest de l’Argentina", "ADT": "Hora d’estiu de l’Atlàntic", "SGT": "Hora de Singapur", "OEZ": "Hora estàndard de l’Est d’Europa", "HNT": "Hora estàndard de Terranova", "SRT": "Hora de Surinam", "LHDT": "Horari d’estiu de Lord Howe", "ChST": "Hora de Chamorro", "HADT": "Hora d’estiu de Hawaii-Aleutianes", "WAT": "Hora estàndard de l’Àfrica Occidental", "HKT": "Hora estàndard de Hong Kong", "AWST": "Hora estàndard d’Austràlia Occidental", "UYST": "Hora d’estiu de l’Uruguai", "AST": "Hora estàndard de l’Atlàntic", "TMST": "Hora d’estiu del Turkmenistan", "JST": "Hora estàndard del Japó", "GFT": "Hora de la Guaiana Francesa", "ARST": "Hora d’estiu de l’Argentina", "UYT": "Hora estàndard de l’Uruguai", "AEDT": "Hora d’estiu d’Austràlia Oriental", "COST": "Hora d’estiu de Colòmbia", "IST": "Hora estàndard de l’Índia", "ACST": "Hora estàndard d’Austràlia Central", "TMT": "Hora estàndard del Turkmenistan", "AKST": "Hora estàndard d’Alaska", "WAST": "Hora d’estiu de l’Àfrica Occidental", "HKST": "Hora d’estiu de Hong Kong", "ACDT": "Hora d’estiu d’Austràlia Central", "HAT": "Hora d’estiu de Terranova", "PDT": "Hora d’estiu del Pacífic", "MESZ": "Hora d’estiu del Centre d’Europa", "NZST": "Hora estàndard de Nova Zelanda", "ACWST": "Hora estàndard d’Austràlia centre-occidental", "ACWDT": "Hora d’estiu d’Austràlia centre-occidental", "ECT": "Hora de l’Equador", "WART": "Hora estàndard de l’oest de l’Argentina", "AWDT": "Hora d’estiu d’Austràlia Occidental", "VET": "Hora de Veneçuela", "WESZ": "Hora d’estiu de l’Oest d’Europa", "CHADT": "Hora d’estiu de Chatham", "∅∅∅": "Hora d’estiu de Brasília", "ART": "Hora estàndard de l’Argentina", "JDT": "Hora d’estiu del Japó", "CLT": "Hora estàndard de Xile", "CLST": "Hora d’estiu de Xile", "MST": "Hora estàndard de muntanya d’Amèrica del Nord", "CHAST": "Hora estàndard de Chatham", "BT": "Hora de Bhutan", "GMT": "Hora del Meridià de Greenwich", "WITA": "Hora central d’Indonèsia", "NZDT": "Hora d’estiu de Nova Zelanda", "WIT": "Hora de l’est d’Indonèsia", "OESZ": "Hora d’estiu de l’Est d’Europa", "AKDT": "Hora d’estiu d’Alaska", "LHST": "Hora estàndard de Lord Howe", "MYT": "Hora de Malàisia", "CST": "Hora estàndard central d’Amèrica del Nord", "BOT": "Hora de Bolívia", "WEZ": "Hora estàndard de l’Oest d’Europa", "COT": "Hora estàndard de Colòmbia", "CDT": "Hora d’estiu central d’Amèrica del Nord", "WIB": "Hora de l’oest d’Indonèsia", "EAT": "Hora de l’Àfrica Oriental", "GYT": "Hora de Guyana"},
  73. }
  74. }
  75. // Locale returns the current translators string locale
  76. func (ca *ca) Locale() string {
  77. return ca.locale
  78. }
  79. // PluralsCardinal returns the list of cardinal plural rules associated with 'ca'
  80. func (ca *ca) PluralsCardinal() []locales.PluralRule {
  81. return ca.pluralsCardinal
  82. }
  83. // PluralsOrdinal returns the list of ordinal plural rules associated with 'ca'
  84. func (ca *ca) PluralsOrdinal() []locales.PluralRule {
  85. return ca.pluralsOrdinal
  86. }
  87. // PluralsRange returns the list of range plural rules associated with 'ca'
  88. func (ca *ca) PluralsRange() []locales.PluralRule {
  89. return ca.pluralsRange
  90. }
  91. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ca'
  92. func (ca *ca) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  93. n := math.Abs(num)
  94. i := int64(n)
  95. if i == 1 && v == 0 {
  96. return locales.PluralRuleOne
  97. }
  98. return locales.PluralRuleOther
  99. }
  100. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'ca'
  101. func (ca *ca) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  102. n := math.Abs(num)
  103. if n == 1 || n == 3 {
  104. return locales.PluralRuleOne
  105. } else if n == 2 {
  106. return locales.PluralRuleTwo
  107. } else if n == 4 {
  108. return locales.PluralRuleFew
  109. }
  110. return locales.PluralRuleOther
  111. }
  112. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ca'
  113. func (ca *ca) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  114. return locales.PluralRuleOther
  115. }
  116. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  117. func (ca *ca) MonthAbbreviated(month time.Month) string {
  118. return ca.monthsAbbreviated[month]
  119. }
  120. // MonthsAbbreviated returns the locales abbreviated months
  121. func (ca *ca) MonthsAbbreviated() []string {
  122. return ca.monthsAbbreviated[1:]
  123. }
  124. // MonthNarrow returns the locales narrow month given the 'month' provided
  125. func (ca *ca) MonthNarrow(month time.Month) string {
  126. return ca.monthsNarrow[month]
  127. }
  128. // MonthsNarrow returns the locales narrow months
  129. func (ca *ca) MonthsNarrow() []string {
  130. return ca.monthsNarrow[1:]
  131. }
  132. // MonthWide returns the locales wide month given the 'month' provided
  133. func (ca *ca) MonthWide(month time.Month) string {
  134. return ca.monthsWide[month]
  135. }
  136. // MonthsWide returns the locales wide months
  137. func (ca *ca) MonthsWide() []string {
  138. return ca.monthsWide[1:]
  139. }
  140. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  141. func (ca *ca) WeekdayAbbreviated(weekday time.Weekday) string {
  142. return ca.daysAbbreviated[weekday]
  143. }
  144. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  145. func (ca *ca) WeekdaysAbbreviated() []string {
  146. return ca.daysAbbreviated
  147. }
  148. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  149. func (ca *ca) WeekdayNarrow(weekday time.Weekday) string {
  150. return ca.daysNarrow[weekday]
  151. }
  152. // WeekdaysNarrow returns the locales narrow weekdays
  153. func (ca *ca) WeekdaysNarrow() []string {
  154. return ca.daysNarrow
  155. }
  156. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  157. func (ca *ca) WeekdayShort(weekday time.Weekday) string {
  158. return ca.daysShort[weekday]
  159. }
  160. // WeekdaysShort returns the locales short weekdays
  161. func (ca *ca) WeekdaysShort() []string {
  162. return ca.daysShort
  163. }
  164. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  165. func (ca *ca) WeekdayWide(weekday time.Weekday) string {
  166. return ca.daysWide[weekday]
  167. }
  168. // WeekdaysWide returns the locales wide weekdays
  169. func (ca *ca) WeekdaysWide() []string {
  170. return ca.daysWide
  171. }
  172. // FmtNumber returns 'num' with digits/precision of 'v' for 'ca' and handles both Whole and Real numbers based on 'v'
  173. func (ca *ca) FmtNumber(num float64, v uint64) string {
  174. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  175. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  176. count := 0
  177. inWhole := v == 0
  178. b := make([]byte, 0, l)
  179. for i := len(s) - 1; i >= 0; i-- {
  180. if s[i] == '.' {
  181. b = append(b, ca.decimal[0])
  182. inWhole = true
  183. continue
  184. }
  185. if inWhole {
  186. if count == 3 {
  187. b = append(b, ca.group[0])
  188. count = 1
  189. } else {
  190. count++
  191. }
  192. }
  193. b = append(b, s[i])
  194. }
  195. if num < 0 {
  196. b = append(b, ca.minus[0])
  197. }
  198. // reverse
  199. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  200. b[i], b[j] = b[j], b[i]
  201. }
  202. return string(b)
  203. }
  204. // FmtPercent returns 'num' with digits/precision of 'v' for 'ca' and handles both Whole and Real numbers based on 'v'
  205. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  206. func (ca *ca) FmtPercent(num float64, v uint64) string {
  207. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  208. l := len(s) + 3
  209. b := make([]byte, 0, l)
  210. for i := len(s) - 1; i >= 0; i-- {
  211. if s[i] == '.' {
  212. b = append(b, ca.decimal[0])
  213. continue
  214. }
  215. b = append(b, s[i])
  216. }
  217. if num < 0 {
  218. b = append(b, ca.minus[0])
  219. }
  220. // reverse
  221. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  222. b[i], b[j] = b[j], b[i]
  223. }
  224. b = append(b, ca.percent...)
  225. return string(b)
  226. }
  227. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ca'
  228. func (ca *ca) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  229. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  230. symbol := ca.currencies[currency]
  231. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  232. count := 0
  233. inWhole := v == 0
  234. b := make([]byte, 0, l)
  235. for i := len(s) - 1; i >= 0; i-- {
  236. if s[i] == '.' {
  237. b = append(b, ca.decimal[0])
  238. inWhole = true
  239. continue
  240. }
  241. if inWhole {
  242. if count == 3 {
  243. b = append(b, ca.group[0])
  244. count = 1
  245. } else {
  246. count++
  247. }
  248. }
  249. b = append(b, s[i])
  250. }
  251. if num < 0 {
  252. b = append(b, ca.minus[0])
  253. }
  254. // reverse
  255. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  256. b[i], b[j] = b[j], b[i]
  257. }
  258. if int(v) < 2 {
  259. if v == 0 {
  260. b = append(b, ca.decimal...)
  261. }
  262. for i := 0; i < 2-int(v); i++ {
  263. b = append(b, '0')
  264. }
  265. }
  266. b = append(b, ca.currencyPositiveSuffix...)
  267. b = append(b, symbol...)
  268. return string(b)
  269. }
  270. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ca'
  271. // in accounting notation.
  272. func (ca *ca) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  273. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  274. symbol := ca.currencies[currency]
  275. l := len(s) + len(symbol) + 6 + 1*len(s[:len(s)-int(v)-1])/3
  276. count := 0
  277. inWhole := v == 0
  278. b := make([]byte, 0, l)
  279. for i := len(s) - 1; i >= 0; i-- {
  280. if s[i] == '.' {
  281. b = append(b, ca.decimal[0])
  282. inWhole = true
  283. continue
  284. }
  285. if inWhole {
  286. if count == 3 {
  287. b = append(b, ca.group[0])
  288. count = 1
  289. } else {
  290. count++
  291. }
  292. }
  293. b = append(b, s[i])
  294. }
  295. if num < 0 {
  296. b = append(b, ca.currencyNegativePrefix[0])
  297. }
  298. // reverse
  299. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  300. b[i], b[j] = b[j], b[i]
  301. }
  302. if int(v) < 2 {
  303. if v == 0 {
  304. b = append(b, ca.decimal...)
  305. }
  306. for i := 0; i < 2-int(v); i++ {
  307. b = append(b, '0')
  308. }
  309. }
  310. if num < 0 {
  311. b = append(b, ca.currencyNegativeSuffix...)
  312. b = append(b, symbol...)
  313. } else {
  314. b = append(b, ca.currencyPositiveSuffix...)
  315. b = append(b, symbol...)
  316. }
  317. return string(b)
  318. }
  319. // FmtDateShort returns the short date representation of 't' for 'ca'
  320. func (ca *ca) FmtDateShort(t time.Time) string {
  321. b := make([]byte, 0, 32)
  322. b = strconv.AppendInt(b, int64(t.Day()), 10)
  323. b = append(b, []byte{0x2f}...)
  324. b = strconv.AppendInt(b, int64(t.Month()), 10)
  325. b = append(b, []byte{0x2f}...)
  326. if t.Year() > 9 {
  327. b = append(b, strconv.Itoa(t.Year())[2:]...)
  328. } else {
  329. b = append(b, strconv.Itoa(t.Year())[1:]...)
  330. }
  331. return string(b)
  332. }
  333. // FmtDateMedium returns the medium date representation of 't' for 'ca'
  334. func (ca *ca) FmtDateMedium(t time.Time) string {
  335. b := make([]byte, 0, 32)
  336. b = strconv.AppendInt(b, int64(t.Day()), 10)
  337. b = append(b, []byte{0x20}...)
  338. b = append(b, ca.monthsAbbreviated[t.Month()]...)
  339. b = append(b, []byte{0x20}...)
  340. b = strconv.AppendInt(b, int64(t.Year()), 10)
  341. return string(b)
  342. }
  343. // FmtDateLong returns the long date representation of 't' for 'ca'
  344. func (ca *ca) FmtDateLong(t time.Time) string {
  345. b := make([]byte, 0, 32)
  346. b = strconv.AppendInt(b, int64(t.Day()), 10)
  347. b = append(b, []byte{0x20}...)
  348. b = append(b, ca.monthsWide[t.Month()]...)
  349. b = append(b, []byte{}...)
  350. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  351. b = strconv.AppendInt(b, int64(t.Year()), 10)
  352. return string(b)
  353. }
  354. // FmtDateFull returns the full date representation of 't' for 'ca'
  355. func (ca *ca) FmtDateFull(t time.Time) string {
  356. b := make([]byte, 0, 32)
  357. b = append(b, ca.daysWide[t.Weekday()]...)
  358. b = append(b, []byte{0x2c, 0x20}...)
  359. b = strconv.AppendInt(b, int64(t.Day()), 10)
  360. b = append(b, []byte{0x20}...)
  361. b = append(b, ca.monthsWide[t.Month()]...)
  362. b = append(b, []byte{}...)
  363. b = append(b, []byte{0x27, 0x64, 0x65, 0x27, 0x20}...)
  364. b = strconv.AppendInt(b, int64(t.Year()), 10)
  365. return string(b)
  366. }
  367. // FmtTimeShort returns the short time representation of 't' for 'ca'
  368. func (ca *ca) FmtTimeShort(t time.Time) string {
  369. b := make([]byte, 0, 32)
  370. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  371. b = append(b, ca.timeSeparator...)
  372. if t.Minute() < 10 {
  373. b = append(b, '0')
  374. }
  375. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  376. return string(b)
  377. }
  378. // FmtTimeMedium returns the medium time representation of 't' for 'ca'
  379. func (ca *ca) FmtTimeMedium(t time.Time) string {
  380. b := make([]byte, 0, 32)
  381. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  382. b = append(b, ca.timeSeparator...)
  383. if t.Minute() < 10 {
  384. b = append(b, '0')
  385. }
  386. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  387. b = append(b, ca.timeSeparator...)
  388. if t.Second() < 10 {
  389. b = append(b, '0')
  390. }
  391. b = strconv.AppendInt(b, int64(t.Second()), 10)
  392. return string(b)
  393. }
  394. // FmtTimeLong returns the long time representation of 't' for 'ca'
  395. func (ca *ca) FmtTimeLong(t time.Time) string {
  396. b := make([]byte, 0, 32)
  397. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  398. b = append(b, ca.timeSeparator...)
  399. if t.Minute() < 10 {
  400. b = append(b, '0')
  401. }
  402. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  403. b = append(b, ca.timeSeparator...)
  404. if t.Second() < 10 {
  405. b = append(b, '0')
  406. }
  407. b = strconv.AppendInt(b, int64(t.Second()), 10)
  408. b = append(b, []byte{0x20}...)
  409. tz, _ := t.Zone()
  410. b = append(b, tz...)
  411. return string(b)
  412. }
  413. // FmtTimeFull returns the full time representation of 't' for 'ca'
  414. func (ca *ca) FmtTimeFull(t time.Time) string {
  415. b := make([]byte, 0, 32)
  416. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  417. b = append(b, ca.timeSeparator...)
  418. if t.Minute() < 10 {
  419. b = append(b, '0')
  420. }
  421. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  422. b = append(b, ca.timeSeparator...)
  423. if t.Second() < 10 {
  424. b = append(b, '0')
  425. }
  426. b = strconv.AppendInt(b, int64(t.Second()), 10)
  427. b = append(b, []byte{0x20}...)
  428. tz, _ := t.Zone()
  429. if btz, ok := ca.timezones[tz]; ok {
  430. b = append(b, btz...)
  431. } else {
  432. b = append(b, tz...)
  433. }
  434. return string(b)
  435. }