sv.go 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. package sv
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type sv 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. percentSuffix string
  19. perMille string
  20. timeSeparator string
  21. inifinity string
  22. currencies []string // idx = enum of currency code
  23. currencyPositiveSuffix 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 'sv' locale
  42. func New() locales.Translator {
  43. return &sv{
  44. locale: "sv",
  45. pluralsCardinal: []locales.PluralRule{2, 6},
  46. pluralsOrdinal: []locales.PluralRule{2, 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", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "Bds$", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BM$", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BR$", "BRN", "BRR", "BRZ", "BS$", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZ$", "CA$", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNH", "CNX", "CNY", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "Dkr", "RD$", "DZD", "ECS", "ECV", "Ekr", "EG£", "ERN", "ESA", "ESB", "ESP", "ETB", "€", "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", "IE£", "ILP", "ILR", "₪", "INR", "IQD", "IRR", "ISJ", "Ikr", "ITL", "JM$", "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", "MX$", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "Nkr", "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", "kr", "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", "US$", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "VND", "VNN", "VUV", "WST", "FCFA", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "EC$", "XDR", "XEU", "XFO", "XFU", "CFA", "XPD", "CFPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
  56. percentSuffix: " ",
  57. currencyPositiveSuffix: " ",
  58. currencyNegativeSuffix: " ",
  59. monthsAbbreviated: []string{"", "jan.", "feb.", "mars", "apr.", "maj", "juni", "juli", "aug.", "sep.", "okt.", "nov.", "dec."},
  60. monthsNarrow: []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
  61. monthsWide: []string{"", "januari", "februari", "mars", "april", "maj", "juni", "juli", "augusti", "september", "oktober", "november", "december"},
  62. daysAbbreviated: []string{"sön", "mån", "tis", "ons", "tors", "fre", "lör"},
  63. daysNarrow: []string{"S", "M", "T", "O", "T", "F", "L"},
  64. daysShort: []string{"sö", "må", "ti", "on", "to", "fr", "lö"},
  65. daysWide: []string{"söndag", "måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"},
  66. periodsAbbreviated: []string{"fm", "em"},
  67. periodsNarrow: []string{"fm", "em"},
  68. periodsWide: []string{"fm", "em"},
  69. erasAbbreviated: []string{"f.Kr.", "e.Kr."},
  70. erasNarrow: []string{"f.Kr.", "e.Kr."},
  71. erasWide: []string{"före Kristus", "efter Kristus"},
  72. timezones: map[string]string{"COST": "colombiansk sommartid", "UYT": "uruguayansk normaltid", "AWDT": "västaustralisk sommartid", "HEPM": "S:t Pierre och Miquelon, sommartid", "AWST": "västaustralisk normaltid", "CDT": "centralnordamerikansk sommartid", "PDT": "västnordamerikansk sommartid", "AST": "nordamerikansk atlantnormaltid", "ADT": "nordamerikansk atlantsommartid", "SAST": "sydafrikansk tid", "HEOG": "västgrönländsk sommartid", "WART": "västargentinsk normaltid", "COT": "colombiansk normaltid", "GYT": "Guyanatid", "MYT": "malaysisk tid", "WARST": "västargentinsk sommartid", "SRT": "Surinamtid", "GMT": "Greenwichtid", "AEST": "östaustralisk normaltid", "HNNOMX": "nordvästmexikansk normaltid", "TMT": "turkmensk normaltid", "ART": "östargentinsk normaltid", "ARST": "östargentinsk sommartid", "WIB": "västindonesisk tid", "BOT": "boliviansk tid", "EST": "östnordamerikansk normaltid", "ACST": "centralaustralisk normaltid", "EAT": "östafrikansk tid", "OESZ": "östeuropeisk sommartid", "HEPMX": "mexikansk stillahavstid, sommartid", "AEDT": "östaustralisk sommartid", "CLST": "chilensk sommartid", "WIT": "östindonesisk tid", "CHAST": "Chatham, normaltid", "JST": "japansk normaltid", "NZST": "nyzeeländsk normaltid", "SGT": "Singaporetid", "HNPM": "S:t Pierre och Miquelon, normaltid", "MST": "Macaunormaltid", "HECU": "kubansk sommartid", "PST": "västnordamerikansk normaltid", "WAST": "västafrikansk sommartid", "AKDT": "Alaska, sommartid", "ACWDT": "västcentralaustralisk sommartid", "HNOG": "västgrönländsk normaltid", "HKST": "Hongkong, sommartid", "LHDT": "Lord Howe, sommartid", "VET": "venezuelansk tid", "HADT": "Honolulu, sommartid", "JDT": "japansk sommartid", "ECT": "ecuadoriansk tid", "AKST": "Alaska, normaltid", "ACWST": "västcentralaustralisk normaltid", "HNEG": "östgrönländsk normaltid", "∅∅∅": "azorisk sommartid", "MEZ": "centraleuropeisk normaltid", "IST": "indisk tid", "HENOMX": "nordvästmexikansk sommartid", "HAST": "Honolulu, normaltid", "GFT": "Franska Guyanatid", "BT": "bhutansk tid", "NZDT": "nyzeeländsk sommartid", "MESZ": "centraleuropeisk sommartid", "MDT": "Macausommartid", "CHADT": "Chatham, sommartid", "HNPMX": "mexikansk stillahavstid, normaltid", "ACDT": "centralaustralisk sommartid", "UYST": "uruguayansk sommartid", "CST": "centralnordamerikansk normaltid", "WEZ": "västeuropeisk normaltid", "WESZ": "västeuropeisk sommartid", "HNT": "Newfoundland, normaltid", "CAT": "centralafrikansk tid", "OEZ": "östeuropeisk normaltid", "HNCU": "kubansk normaltid", "ChST": "Chamorrotid", "HEEG": "östgrönländsk sommartid", "LHST": "Lord Howe, normaltid", "HAT": "Newfoundland, sommartid", "TMST": "turkmensk sommartid", "WAT": "västafrikansk normaltid", "EDT": "östnordamerikansk sommartid", "HKT": "Hongkong, normaltid", "WITA": "centralindonesisk tid", "CLT": "chilensk normaltid"},
  73. }
  74. }
  75. // Locale returns the current translators string locale
  76. func (sv *sv) Locale() string {
  77. return sv.locale
  78. }
  79. // PluralsCardinal returns the list of cardinal plural rules associated with 'sv'
  80. func (sv *sv) PluralsCardinal() []locales.PluralRule {
  81. return sv.pluralsCardinal
  82. }
  83. // PluralsOrdinal returns the list of ordinal plural rules associated with 'sv'
  84. func (sv *sv) PluralsOrdinal() []locales.PluralRule {
  85. return sv.pluralsOrdinal
  86. }
  87. // PluralsRange returns the list of range plural rules associated with 'sv'
  88. func (sv *sv) PluralsRange() []locales.PluralRule {
  89. return sv.pluralsRange
  90. }
  91. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'sv'
  92. func (sv *sv) 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 'sv'
  101. func (sv *sv) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  102. n := math.Abs(num)
  103. nMod100 := math.Mod(n, 100)
  104. nMod10 := math.Mod(n, 10)
  105. if (nMod10 == 1 || nMod10 == 2) && (nMod100 != 11 && nMod100 != 12) {
  106. return locales.PluralRuleOne
  107. }
  108. return locales.PluralRuleOther
  109. }
  110. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'sv'
  111. func (sv *sv) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  112. return locales.PluralRuleOther
  113. }
  114. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  115. func (sv *sv) MonthAbbreviated(month time.Month) string {
  116. return sv.monthsAbbreviated[month]
  117. }
  118. // MonthsAbbreviated returns the locales abbreviated months
  119. func (sv *sv) MonthsAbbreviated() []string {
  120. return sv.monthsAbbreviated[1:]
  121. }
  122. // MonthNarrow returns the locales narrow month given the 'month' provided
  123. func (sv *sv) MonthNarrow(month time.Month) string {
  124. return sv.monthsNarrow[month]
  125. }
  126. // MonthsNarrow returns the locales narrow months
  127. func (sv *sv) MonthsNarrow() []string {
  128. return sv.monthsNarrow[1:]
  129. }
  130. // MonthWide returns the locales wide month given the 'month' provided
  131. func (sv *sv) MonthWide(month time.Month) string {
  132. return sv.monthsWide[month]
  133. }
  134. // MonthsWide returns the locales wide months
  135. func (sv *sv) MonthsWide() []string {
  136. return sv.monthsWide[1:]
  137. }
  138. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  139. func (sv *sv) WeekdayAbbreviated(weekday time.Weekday) string {
  140. return sv.daysAbbreviated[weekday]
  141. }
  142. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  143. func (sv *sv) WeekdaysAbbreviated() []string {
  144. return sv.daysAbbreviated
  145. }
  146. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  147. func (sv *sv) WeekdayNarrow(weekday time.Weekday) string {
  148. return sv.daysNarrow[weekday]
  149. }
  150. // WeekdaysNarrow returns the locales narrow weekdays
  151. func (sv *sv) WeekdaysNarrow() []string {
  152. return sv.daysNarrow
  153. }
  154. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  155. func (sv *sv) WeekdayShort(weekday time.Weekday) string {
  156. return sv.daysShort[weekday]
  157. }
  158. // WeekdaysShort returns the locales short weekdays
  159. func (sv *sv) WeekdaysShort() []string {
  160. return sv.daysShort
  161. }
  162. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  163. func (sv *sv) WeekdayWide(weekday time.Weekday) string {
  164. return sv.daysWide[weekday]
  165. }
  166. // WeekdaysWide returns the locales wide weekdays
  167. func (sv *sv) WeekdaysWide() []string {
  168. return sv.daysWide
  169. }
  170. // Decimal returns the decimal point of number
  171. func (sv *sv) Decimal() string {
  172. return sv.decimal
  173. }
  174. // Group returns the group of number
  175. func (sv *sv) Group() string {
  176. return sv.group
  177. }
  178. // Group returns the minus sign of number
  179. func (sv *sv) Minus() string {
  180. return sv.minus
  181. }
  182. // FmtNumber returns 'num' with digits/precision of 'v' for 'sv' and handles both Whole and Real numbers based on 'v'
  183. func (sv *sv) FmtNumber(num float64, v uint64) string {
  184. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  185. l := len(s) + 4 + 2*len(s[:len(s)-int(v)-1])/3
  186. count := 0
  187. inWhole := v == 0
  188. b := make([]byte, 0, l)
  189. for i := len(s) - 1; i >= 0; i-- {
  190. if s[i] == '.' {
  191. b = append(b, sv.decimal[0])
  192. inWhole = true
  193. continue
  194. }
  195. if inWhole {
  196. if count == 3 {
  197. for j := len(sv.group) - 1; j >= 0; j-- {
  198. b = append(b, sv.group[j])
  199. }
  200. count = 1
  201. } else {
  202. count++
  203. }
  204. }
  205. b = append(b, s[i])
  206. }
  207. if num < 0 {
  208. for j := len(sv.minus) - 1; j >= 0; j-- {
  209. b = append(b, sv.minus[j])
  210. }
  211. }
  212. // reverse
  213. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  214. b[i], b[j] = b[j], b[i]
  215. }
  216. return string(b)
  217. }
  218. // FmtPercent returns 'num' with digits/precision of 'v' for 'sv' and handles both Whole and Real numbers based on 'v'
  219. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  220. func (sv *sv) FmtPercent(num float64, v uint64) string {
  221. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  222. l := len(s) + 7
  223. b := make([]byte, 0, l)
  224. for i := len(s) - 1; i >= 0; i-- {
  225. if s[i] == '.' {
  226. b = append(b, sv.decimal[0])
  227. continue
  228. }
  229. b = append(b, s[i])
  230. }
  231. if num < 0 {
  232. for j := len(sv.minus) - 1; j >= 0; j-- {
  233. b = append(b, sv.minus[j])
  234. }
  235. }
  236. // reverse
  237. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  238. b[i], b[j] = b[j], b[i]
  239. }
  240. b = append(b, sv.percentSuffix...)
  241. b = append(b, sv.percent...)
  242. return string(b)
  243. }
  244. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'sv'
  245. func (sv *sv) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  246. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  247. symbol := sv.currencies[currency]
  248. l := len(s) + len(symbol) + 6 + 2*len(s[:len(s)-int(v)-1])/3
  249. count := 0
  250. inWhole := v == 0
  251. b := make([]byte, 0, l)
  252. for i := len(s) - 1; i >= 0; i-- {
  253. if s[i] == '.' {
  254. b = append(b, sv.decimal[0])
  255. inWhole = true
  256. continue
  257. }
  258. if inWhole {
  259. if count == 3 {
  260. for j := len(sv.group) - 1; j >= 0; j-- {
  261. b = append(b, sv.group[j])
  262. }
  263. count = 1
  264. } else {
  265. count++
  266. }
  267. }
  268. b = append(b, s[i])
  269. }
  270. if num < 0 {
  271. for j := len(sv.minus) - 1; j >= 0; j-- {
  272. b = append(b, sv.minus[j])
  273. }
  274. }
  275. // reverse
  276. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  277. b[i], b[j] = b[j], b[i]
  278. }
  279. if int(v) < 2 {
  280. if v == 0 {
  281. b = append(b, sv.decimal...)
  282. }
  283. for i := 0; i < 2-int(v); i++ {
  284. b = append(b, '0')
  285. }
  286. }
  287. b = append(b, sv.currencyPositiveSuffix...)
  288. b = append(b, symbol...)
  289. return string(b)
  290. }
  291. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'sv'
  292. // in accounting notation.
  293. func (sv *sv) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  294. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  295. symbol := sv.currencies[currency]
  296. l := len(s) + len(symbol) + 6 + 2*len(s[:len(s)-int(v)-1])/3
  297. count := 0
  298. inWhole := v == 0
  299. b := make([]byte, 0, l)
  300. for i := len(s) - 1; i >= 0; i-- {
  301. if s[i] == '.' {
  302. b = append(b, sv.decimal[0])
  303. inWhole = true
  304. continue
  305. }
  306. if inWhole {
  307. if count == 3 {
  308. for j := len(sv.group) - 1; j >= 0; j-- {
  309. b = append(b, sv.group[j])
  310. }
  311. count = 1
  312. } else {
  313. count++
  314. }
  315. }
  316. b = append(b, s[i])
  317. }
  318. if num < 0 {
  319. for j := len(sv.minus) - 1; j >= 0; j-- {
  320. b = append(b, sv.minus[j])
  321. }
  322. }
  323. // reverse
  324. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  325. b[i], b[j] = b[j], b[i]
  326. }
  327. if int(v) < 2 {
  328. if v == 0 {
  329. b = append(b, sv.decimal...)
  330. }
  331. for i := 0; i < 2-int(v); i++ {
  332. b = append(b, '0')
  333. }
  334. }
  335. if num < 0 {
  336. b = append(b, sv.currencyNegativeSuffix...)
  337. b = append(b, symbol...)
  338. } else {
  339. b = append(b, sv.currencyPositiveSuffix...)
  340. b = append(b, symbol...)
  341. }
  342. return string(b)
  343. }
  344. // FmtDateShort returns the short date representation of 't' for 'sv'
  345. func (sv *sv) FmtDateShort(t time.Time) string {
  346. b := make([]byte, 0, 32)
  347. if t.Year() > 0 {
  348. b = strconv.AppendInt(b, int64(t.Year()), 10)
  349. } else {
  350. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  351. }
  352. b = append(b, []byte{0x2d}...)
  353. if t.Month() < 10 {
  354. b = append(b, '0')
  355. }
  356. b = strconv.AppendInt(b, int64(t.Month()), 10)
  357. b = append(b, []byte{0x2d}...)
  358. if t.Day() < 10 {
  359. b = append(b, '0')
  360. }
  361. b = strconv.AppendInt(b, int64(t.Day()), 10)
  362. return string(b)
  363. }
  364. // FmtDateMedium returns the medium date representation of 't' for 'sv'
  365. func (sv *sv) FmtDateMedium(t time.Time) string {
  366. b := make([]byte, 0, 32)
  367. b = strconv.AppendInt(b, int64(t.Day()), 10)
  368. b = append(b, []byte{0x20}...)
  369. b = append(b, sv.monthsAbbreviated[t.Month()]...)
  370. b = append(b, []byte{0x20}...)
  371. if t.Year() > 0 {
  372. b = strconv.AppendInt(b, int64(t.Year()), 10)
  373. } else {
  374. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  375. }
  376. return string(b)
  377. }
  378. // FmtDateLong returns the long date representation of 't' for 'sv'
  379. func (sv *sv) FmtDateLong(t time.Time) string {
  380. b := make([]byte, 0, 32)
  381. b = strconv.AppendInt(b, int64(t.Day()), 10)
  382. b = append(b, []byte{0x20}...)
  383. b = append(b, sv.monthsWide[t.Month()]...)
  384. b = append(b, []byte{0x20}...)
  385. if t.Year() > 0 {
  386. b = strconv.AppendInt(b, int64(t.Year()), 10)
  387. } else {
  388. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  389. }
  390. return string(b)
  391. }
  392. // FmtDateFull returns the full date representation of 't' for 'sv'
  393. func (sv *sv) FmtDateFull(t time.Time) string {
  394. b := make([]byte, 0, 32)
  395. b = append(b, sv.daysWide[t.Weekday()]...)
  396. b = append(b, []byte{0x20}...)
  397. b = strconv.AppendInt(b, int64(t.Day()), 10)
  398. b = append(b, []byte{0x20}...)
  399. b = append(b, sv.monthsWide[t.Month()]...)
  400. b = append(b, []byte{0x20}...)
  401. if t.Year() > 0 {
  402. b = strconv.AppendInt(b, int64(t.Year()), 10)
  403. } else {
  404. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  405. }
  406. return string(b)
  407. }
  408. // FmtTimeShort returns the short time representation of 't' for 'sv'
  409. func (sv *sv) FmtTimeShort(t time.Time) string {
  410. b := make([]byte, 0, 32)
  411. if t.Hour() < 10 {
  412. b = append(b, '0')
  413. }
  414. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  415. b = append(b, sv.timeSeparator...)
  416. if t.Minute() < 10 {
  417. b = append(b, '0')
  418. }
  419. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  420. return string(b)
  421. }
  422. // FmtTimeMedium returns the medium time representation of 't' for 'sv'
  423. func (sv *sv) FmtTimeMedium(t time.Time) string {
  424. b := make([]byte, 0, 32)
  425. if t.Hour() < 10 {
  426. b = append(b, '0')
  427. }
  428. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  429. b = append(b, sv.timeSeparator...)
  430. if t.Minute() < 10 {
  431. b = append(b, '0')
  432. }
  433. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  434. b = append(b, sv.timeSeparator...)
  435. if t.Second() < 10 {
  436. b = append(b, '0')
  437. }
  438. b = strconv.AppendInt(b, int64(t.Second()), 10)
  439. return string(b)
  440. }
  441. // FmtTimeLong returns the long time representation of 't' for 'sv'
  442. func (sv *sv) FmtTimeLong(t time.Time) string {
  443. b := make([]byte, 0, 32)
  444. if t.Hour() < 10 {
  445. b = append(b, '0')
  446. }
  447. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  448. b = append(b, sv.timeSeparator...)
  449. if t.Minute() < 10 {
  450. b = append(b, '0')
  451. }
  452. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  453. b = append(b, sv.timeSeparator...)
  454. if t.Second() < 10 {
  455. b = append(b, '0')
  456. }
  457. b = strconv.AppendInt(b, int64(t.Second()), 10)
  458. b = append(b, []byte{0x20}...)
  459. tz, _ := t.Zone()
  460. b = append(b, tz...)
  461. return string(b)
  462. }
  463. // FmtTimeFull returns the full time representation of 't' for 'sv'
  464. func (sv *sv) FmtTimeFull(t time.Time) string {
  465. b := make([]byte, 0, 32)
  466. b = append(b, []byte{0x6b, 0x6c}...)
  467. b = append(b, []byte{0x2e, 0x20}...)
  468. if t.Hour() < 10 {
  469. b = append(b, '0')
  470. }
  471. b = strconv.AppendInt(b, int64(t.Hour()), 10)
  472. b = append(b, sv.timeSeparator...)
  473. if t.Minute() < 10 {
  474. b = append(b, '0')
  475. }
  476. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  477. b = append(b, sv.timeSeparator...)
  478. if t.Second() < 10 {
  479. b = append(b, '0')
  480. }
  481. b = strconv.AppendInt(b, int64(t.Second()), 10)
  482. b = append(b, []byte{0x20}...)
  483. tz, _ := t.Zone()
  484. if btz, ok := sv.timezones[tz]; ok {
  485. b = append(b, btz...)
  486. } else {
  487. b = append(b, tz...)
  488. }
  489. return string(b)
  490. }