@instructure/timezone
Version:
Small, elegant, Olson educated, timezone aware date math and `strftime` date formatting in pure JavaScript with no dependendcies for Node.js and the browser. Timezone uses the Olson/IANA timezone database. Timezone is aware of every clock transition in th
63 lines (62 loc) • 941 B
JavaScript
module.exports = {
"name": "fi_FI",
"day": {
"abbrev": [
"su",
"ma",
"ti",
"ke",
"to",
"pe",
"la"
],
"full": [
"sunnuntai",
"maanantai",
"tiistai",
"keskiviikko",
"torstai",
"perjantai",
"lauantai"
]
},
"month": {
"abbrev": [
"tammi",
"helmi",
"maalis",
"huhti",
"touko",
"kesä",
"heinä",
"elo",
"syys",
"loka",
"marras",
"joulu"
],
"full": [
"tammikuu",
"helmikuu",
"maaliskuu",
"huhtikuu",
"toukokuu",
"kesäkuu",
"heinäkuu",
"elokuu",
"syyskuu",
"lokakuu",
"marraskuu",
"joulukuu"
]
},
"meridiem": [
"",
""
],
"date": "%d.%m.%Y",
"time24": "%H.%M.%S",
"dateTime": "%a %e. %Bta %Y %H.%M.%S",
"time12": "",
"full": "%a %-d.%-m.%Y %H.%M.%S %z"
}