@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) • 887 B
JavaScript
module.exports = {
"name": "sk_SK",
"day": {
"abbrev": [
"ned",
"pon",
"uto",
"str",
"štv",
"pet",
"sob"
],
"full": [
"nedeľa",
"pondelok",
"utorok",
"streda",
"štvrtok",
"piatok",
"sobota"
]
},
"month": {
"abbrev": [
"jan",
"feb",
"mar",
"apr",
"máj",
"jún",
"júl",
"aug",
"sept",
"okt",
"nov",
"dec"
],
"full": [
"január",
"február",
"marec",
"apríl",
"máj",
"jún",
"júl",
"august",
"september",
"október",
"november",
"december"
]
},
"meridiem": [
"",
""
],
"date": "%d. %m. %Y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}