fur.go 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. package fur
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type fur 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. currencyPositivePrefix string
  23. currencyNegativePrefix string
  24. monthsAbbreviated []string
  25. monthsNarrow []string
  26. monthsWide []string
  27. daysAbbreviated []string
  28. daysNarrow []string
  29. daysShort []string
  30. daysWide []string
  31. periodsAbbreviated []string
  32. periodsNarrow []string
  33. periodsShort []string
  34. periodsWide []string
  35. erasAbbreviated []string
  36. erasNarrow []string
  37. erasWide []string
  38. timezones map[string]string
  39. }
  40. // New returns a new instance of translator for the 'fur' locale
  41. func New() locales.Translator {
  42. return &fur{
  43. locale: "fur",
  44. pluralsCardinal: []locales.PluralRule{2, 6},
  45. pluralsOrdinal: nil,
  46. pluralsRange: nil,
  47. decimal: ",",
  48. group: ".",
  49. minus: "-",
  50. percent: "%",
  51. perMille: "‰",
  52. timeSeparator: ":",
  53. inifinity: "∞",
  54. 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 ", "BYR ", "BZD ", "CAD ", "CDF ", "CHE ", "CHF ", "CHW ", "CLE ", "CLF ", "CLP ", "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 ", "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 "},
  55. currencyPositivePrefix: " ",
  56. currencyNegativePrefix: " ",
  57. monthsAbbreviated: []string{"", "Zen", "Fev", "Mar", "Avr", "Mai", "Jug", "Lui", "Avo", "Set", "Otu", "Nov", "Dic"},
  58. monthsNarrow: []string{"", "Z", "F", "M", "A", "M", "J", "L", "A", "S", "O", "N", "D"},
  59. monthsWide: []string{"", "Zenâr", "Fevrâr", "Març", "Avrîl", "Mai", "Jugn", "Lui", "Avost", "Setembar", "Otubar", "Novembar", "Dicembar"},
  60. daysAbbreviated: []string{"dom", "lun", "mar", "mie", "joi", "vin", "sab"},
  61. daysNarrow: []string{"D", "L", "M", "M", "J", "V", "S"},
  62. daysWide: []string{"domenie", "lunis", "martars", "miercus", "joibe", "vinars", "sabide"},
  63. periodsAbbreviated: []string{"a.", "p."},
  64. periodsWide: []string{"a.", "p."},
  65. erasAbbreviated: []string{"pdC", "ddC"},
  66. erasNarrow: []string{"", ""},
  67. erasWide: []string{"", ""},
  68. timezones: map[string]string{"SGT": "SGT", "JST": "JST", "MESZ": "Ore estive de Europe centrâl", "ACWST": "ACWST", "EST": "EST", "COT": "COT", "UYT": "UYT", "CDT": "CDT", "NZDT": "NZDT", "CHADT": "CHADT", "∅∅∅": "∅∅∅", "WART": "WART", "AEDT": "AEDT", "AST": "AST", "AKDT": "AKDT", "AWST": "AWST", "CLST": "CLST", "HKST": "HKST", "AKST": "AKST", "PDT": "PDT", "ART": "ART", "TMST": "TMST", "SRT": "SRT", "BT": "BT", "WIB": "WIB", "HAST": "HAST", "HKT": "HKT", "LHDT": "LHDT", "MEZ": "Ore standard de Europe centrâl", "VET": "VET", "CAT": "CAT", "ADT": "ADT", "GMT": "GMT", "ACDT": "ACDT", "NZST": "NZST", "ChST": "ChST", "WARST": "WARST", "WITA": "WITA", "COST": "COST", "HADT": "HADT", "HNT": "HNT", "OESZ": "Ore estive de Europe orientâl", "EAT": "EAT", "MDT": "MDT", "CLT": "CLT", "ACWDT": "ACWDT", "JDT": "JDT", "CST": "CST", "AWDT": "AWDT", "WEZ": "Ore standard de Europe ocidentâl", "SAST": "SAST", "ARST": "ARST", "OEZ": "Ore standard de Europe orientâl", "UYST": "UYST", "MST": "MST", "EDT": "EDT", "WAST": "WAST", "CHAST": "CHAST", "ACST": "ACST", "GYT": "GYT", "HAT": "HAT", "GFT": "GFT", "TMT": "TMT", "PST": "PST", "WESZ": "Ore estive de Europe ocidentâl", "ECT": "ECT", "IST": "IST", "MYT": "MYT", "BOT": "BOT", "AEST": "AEST", "WAT": "WAT", "WIT": "WIT", "LHST": "LHST"},
  69. }
  70. }
  71. // Locale returns the current translators string locale
  72. func (fur *fur) Locale() string {
  73. return fur.locale
  74. }
  75. // PluralsCardinal returns the list of cardinal plural rules associated with 'fur'
  76. func (fur *fur) PluralsCardinal() []locales.PluralRule {
  77. return fur.pluralsCardinal
  78. }
  79. // PluralsOrdinal returns the list of ordinal plural rules associated with 'fur'
  80. func (fur *fur) PluralsOrdinal() []locales.PluralRule {
  81. return fur.pluralsOrdinal
  82. }
  83. // PluralsRange returns the list of range plural rules associated with 'fur'
  84. func (fur *fur) PluralsRange() []locales.PluralRule {
  85. return fur.pluralsRange
  86. }
  87. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'fur'
  88. func (fur *fur) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  89. n := math.Abs(num)
  90. if n == 1 {
  91. return locales.PluralRuleOne
  92. }
  93. return locales.PluralRuleOther
  94. }
  95. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'fur'
  96. func (fur *fur) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  97. return locales.PluralRuleUnknown
  98. }
  99. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'fur'
  100. func (fur *fur) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  101. return locales.PluralRuleUnknown
  102. }
  103. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  104. func (fur *fur) MonthAbbreviated(month time.Month) string {
  105. return fur.monthsAbbreviated[month]
  106. }
  107. // MonthsAbbreviated returns the locales abbreviated months
  108. func (fur *fur) MonthsAbbreviated() []string {
  109. return fur.monthsAbbreviated[1:]
  110. }
  111. // MonthNarrow returns the locales narrow month given the 'month' provided
  112. func (fur *fur) MonthNarrow(month time.Month) string {
  113. return fur.monthsNarrow[month]
  114. }
  115. // MonthsNarrow returns the locales narrow months
  116. func (fur *fur) MonthsNarrow() []string {
  117. return fur.monthsNarrow[1:]
  118. }
  119. // MonthWide returns the locales wide month given the 'month' provided
  120. func (fur *fur) MonthWide(month time.Month) string {
  121. return fur.monthsWide[month]
  122. }
  123. // MonthsWide returns the locales wide months
  124. func (fur *fur) MonthsWide() []string {
  125. return fur.monthsWide[1:]
  126. }
  127. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  128. func (fur *fur) WeekdayAbbreviated(weekday time.Weekday) string {
  129. return fur.daysAbbreviated[weekday]
  130. }
  131. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  132. func (fur *fur) WeekdaysAbbreviated() []string {
  133. return fur.daysAbbreviated
  134. }
  135. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  136. func (fur *fur) WeekdayNarrow(weekday time.Weekday) string {
  137. return fur.daysNarrow[weekday]
  138. }
  139. // WeekdaysNarrow returns the locales narrow weekdays
  140. func (fur *fur) WeekdaysNarrow() []string {
  141. return fur.daysNarrow
  142. }
  143. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  144. func (fur *fur) WeekdayShort(weekday time.Weekday) string {
  145. return fur.daysShort[weekday]
  146. }
  147. // WeekdaysShort returns the locales short weekdays
  148. func (fur *fur) WeekdaysShort() []string {
  149. return fur.daysShort
  150. }
  151. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  152. func (fur *fur) WeekdayWide(weekday time.Weekday) string {
  153. return fur.daysWide[weekday]
  154. }
  155. // WeekdaysWide returns the locales wide weekdays
  156. func (fur *fur) WeekdaysWide() []string {
  157. return fur.daysWide
  158. }
  159. // FmtNumber returns 'num' with digits/precision of 'v' for 'fur' and handles both Whole and Real numbers based on 'v'
  160. func (fur *fur) FmtNumber(num float64, v uint64) string {
  161. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  162. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  163. count := 0
  164. inWhole := v == 0
  165. b := make([]byte, 0, l)
  166. for i := len(s) - 1; i >= 0; i-- {
  167. if s[i] == '.' {
  168. b = append(b, fur.decimal[0])
  169. inWhole = true
  170. continue
  171. }
  172. if inWhole {
  173. if count == 3 {
  174. b = append(b, fur.group[0])
  175. count = 1
  176. } else {
  177. count++
  178. }
  179. }
  180. b = append(b, s[i])
  181. }
  182. if num < 0 {
  183. b = append(b, fur.minus[0])
  184. }
  185. // reverse
  186. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  187. b[i], b[j] = b[j], b[i]
  188. }
  189. return string(b)
  190. }
  191. // FmtPercent returns 'num' with digits/precision of 'v' for 'fur' and handles both Whole and Real numbers based on 'v'
  192. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  193. func (fur *fur) FmtPercent(num float64, v uint64) string {
  194. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  195. l := len(s) + 3
  196. b := make([]byte, 0, l)
  197. for i := len(s) - 1; i >= 0; i-- {
  198. if s[i] == '.' {
  199. b = append(b, fur.decimal[0])
  200. continue
  201. }
  202. b = append(b, s[i])
  203. }
  204. if num < 0 {
  205. b = append(b, fur.minus[0])
  206. }
  207. // reverse
  208. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  209. b[i], b[j] = b[j], b[i]
  210. }
  211. b = append(b, fur.percent...)
  212. return string(b)
  213. }
  214. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'fur'
  215. func (fur *fur) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  216. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  217. symbol := fur.currencies[currency]
  218. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  219. count := 0
  220. inWhole := v == 0
  221. b := make([]byte, 0, l)
  222. for i := len(s) - 1; i >= 0; i-- {
  223. if s[i] == '.' {
  224. b = append(b, fur.decimal[0])
  225. inWhole = true
  226. continue
  227. }
  228. if inWhole {
  229. if count == 3 {
  230. b = append(b, fur.group[0])
  231. count = 1
  232. } else {
  233. count++
  234. }
  235. }
  236. b = append(b, s[i])
  237. }
  238. for j := len(symbol) - 1; j >= 0; j-- {
  239. b = append(b, symbol[j])
  240. }
  241. for j := len(fur.currencyPositivePrefix) - 1; j >= 0; j-- {
  242. b = append(b, fur.currencyPositivePrefix[j])
  243. }
  244. if num < 0 {
  245. b = append(b, fur.minus[0])
  246. }
  247. // reverse
  248. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  249. b[i], b[j] = b[j], b[i]
  250. }
  251. if int(v) < 2 {
  252. if v == 0 {
  253. b = append(b, fur.decimal...)
  254. }
  255. for i := 0; i < 2-int(v); i++ {
  256. b = append(b, '0')
  257. }
  258. }
  259. return string(b)
  260. }
  261. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'fur'
  262. // in accounting notation.
  263. func (fur *fur) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  264. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  265. symbol := fur.currencies[currency]
  266. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  267. count := 0
  268. inWhole := v == 0
  269. b := make([]byte, 0, l)
  270. for i := len(s) - 1; i >= 0; i-- {
  271. if s[i] == '.' {
  272. b = append(b, fur.decimal[0])
  273. inWhole = true
  274. continue
  275. }
  276. if inWhole {
  277. if count == 3 {
  278. b = append(b, fur.group[0])
  279. count = 1
  280. } else {
  281. count++
  282. }
  283. }
  284. b = append(b, s[i])
  285. }
  286. if num < 0 {
  287. for j := len(symbol) - 1; j >= 0; j-- {
  288. b = append(b, symbol[j])
  289. }
  290. for j := len(fur.currencyNegativePrefix) - 1; j >= 0; j-- {
  291. b = append(b, fur.currencyNegativePrefix[j])
  292. }
  293. b = append(b, fur.minus[0])
  294. } else {
  295. for j := len(symbol) - 1; j >= 0; j-- {
  296. b = append(b, symbol[j])
  297. }
  298. for j := len(fur.currencyPositivePrefix) - 1; j >= 0; j-- {
  299. b = append(b, fur.currencyPositivePrefix[j])
  300. }
  301. }
  302. // reverse
  303. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  304. b[i], b[j] = b[j], b[i]
  305. }
  306. if int(v) < 2 {
  307. if v == 0 {
  308. b = append(b, fur.decimal...)
  309. }
  310. for i := 0; i < 2-int(v); i++ {
  311. b = append(b, '0')
  312. }
  313. }
  314. return string(b)
  315. }
  316. // FmtDateShort returns the short date representation of 't' for 'fur'
  317. func (fur *fur) FmtDateShort(t time.Time) string {
  318. b := make([]byte, 0, 32)
  319. if t.Day() < 10 {
  320. b = append(b, '0')
  321. }
  322. b = strconv.AppendInt(b, int64(t.Day()), 10)
  323. b = append(b, []byte{0x2f}...)
  324. if t.Month() < 10 {
  325. b = append(b, '0')
  326. }
  327. b = strconv.AppendInt(b, int64(t.Month()), 10)
  328. b = append(b, []byte{0x2f}...)
  329. if t.Year() > 9 {
  330. b = append(b, strconv.Itoa(t.Year())[2:]...)
  331. } else {
  332. b = append(b, strconv.Itoa(t.Year())[1:]...)
  333. }
  334. return string(b)
  335. }
  336. // FmtDateMedium returns the medium date representation of 't' for 'fur'
  337. func (fur *fur) FmtDateMedium(t time.Time) string {
  338. b := make([]byte, 0, 32)
  339. if t.Day() < 10 {
  340. b = append(b, '0')
  341. }
  342. b = strconv.AppendInt(b, int64(t.Day()), 10)
  343. b = append(b, []byte{0x2f}...)
  344. if t.Month() < 10 {
  345. b = append(b, '0')
  346. }
  347. b = strconv.AppendInt(b, int64(t.Month()), 10)
  348. b = append(b, []byte{0x2f}...)
  349. b = strconv.AppendInt(b, int64(t.Year()), 10)
  350. return string(b)
  351. }
  352. // FmtDateLong returns the long date representation of 't' for 'fur'
  353. func (fur *fur) FmtDateLong(t time.Time) string {
  354. b := make([]byte, 0, 32)
  355. b = strconv.AppendInt(b, int64(t.Day()), 10)
  356. b = append(b, []byte{}...)
  357. b = append(b, []byte{0x27, 0x64, 0x69, 0x27, 0x20}...)
  358. b = append(b, fur.monthsWide[t.Month()]...)
  359. b = append(b, []byte{}...)
  360. b = append(b, []byte{0x27, 0x64, 0x61, 0x6c, 0x27, 0x20}...)
  361. b = strconv.AppendInt(b, int64(t.Year()), 10)
  362. return string(b)
  363. }
  364. // FmtDateFull returns the full date representation of 't' for 'fur'
  365. func (fur *fur) FmtDateFull(t time.Time) string {
  366. b := make([]byte, 0, 32)
  367. b = append(b, fur.daysWide[t.Weekday()]...)
  368. b = append(b, []byte{0x20}...)
  369. b = strconv.AppendInt(b, int64(t.Day()), 10)
  370. b = append(b, []byte{}...)
  371. b = append(b, []byte{0x27, 0x64, 0x69, 0x27, 0x20}...)
  372. b = append(b, fur.monthsWide[t.Month()]...)
  373. b = append(b, []byte{}...)
  374. b = append(b, []byte{0x27, 0x64, 0x61, 0x6c, 0x27, 0x20}...)
  375. b = strconv.AppendInt(b, int64(t.Year()), 10)
  376. return string(b)
  377. }
  378. // FmtTimeShort returns the short time representation of 't' for 'fur'
  379. func (fur *fur) FmtTimeShort(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, fur.timeSeparator...)
  386. if t.Minute() < 10 {
  387. b = append(b, '0')
  388. }
  389. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  390. return string(b)
  391. }
  392. // FmtTimeMedium returns the medium time representation of 't' for 'fur'
  393. func (fur *fur) FmtTimeMedium(t time.Time) string {
  394. b := make([]byte, 0, 32)
  395. if t.Hour() < 10 {
  396. b = append(b, '0')
  397. }
  398. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  399. b = append(b, fur.timeSeparator...)
  400. if t.Minute() < 10 {
  401. b = append(b, '0')
  402. }
  403. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  404. b = append(b, fur.timeSeparator...)
  405. if t.Second() < 10 {
  406. b = append(b, '0')
  407. }
  408. b = strconv.AppendInt(b, int64(t.Second()), 10)
  409. return string(b)
  410. }
  411. // FmtTimeLong returns the long time representation of 't' for 'fur'
  412. func (fur *fur) FmtTimeLong(t time.Time) string {
  413. b := make([]byte, 0, 32)
  414. if t.Hour() < 10 {
  415. b = append(b, '0')
  416. }
  417. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  418. b = append(b, fur.timeSeparator...)
  419. if t.Minute() < 10 {
  420. b = append(b, '0')
  421. }
  422. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  423. b = append(b, fur.timeSeparator...)
  424. if t.Second() < 10 {
  425. b = append(b, '0')
  426. }
  427. b = strconv.AppendInt(b, int64(t.Second()), 10)
  428. b = append(b, []byte{0x20}...)
  429. tz, _ := t.Zone()
  430. b = append(b, tz...)
  431. return string(b)
  432. }
  433. // FmtTimeFull returns the full time representation of 't' for 'fur'
  434. func (fur *fur) FmtTimeFull(t time.Time) string {
  435. b := make([]byte, 0, 32)
  436. if t.Hour() < 10 {
  437. b = append(b, '0')
  438. }
  439. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  440. b = append(b, fur.timeSeparator...)
  441. if t.Minute() < 10 {
  442. b = append(b, '0')
  443. }
  444. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  445. b = append(b, fur.timeSeparator...)
  446. if t.Second() < 10 {
  447. b = append(b, '0')
  448. }
  449. b = strconv.AppendInt(b, int64(t.Second()), 10)
  450. b = append(b, []byte{0x20}...)
  451. tz, _ := t.Zone()
  452. if btz, ok := fur.timezones[tz]; ok {
  453. b = append(b, btz...)
  454. } else {
  455. b = append(b, tz...)
  456. }
  457. return string(b)
  458. }