@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) • 873 B
JavaScript
module.exports = {
"name": "ca_ES",
"day": {
"abbrev": [
"dg",
"dl",
"dt",
"dc",
"dj",
"dv",
"ds"
],
"full": [
"diumenge",
"dilluns",
"dimarts",
"dimecres",
"dijous",
"divendres",
"dissabte"
]
},
"month": {
"abbrev": [
"gen",
"feb",
"mar",
"abr",
"mai",
"jun",
"jul",
"ago",
"set",
"oct",
"nov",
"des"
],
"full": [
"gener",
"febrer",
"març",
"abril",
"maig",
"juny",
"juliol",
"agost",
"setembre",
"octubre",
"novembre",
"desembre"
]
},
"meridiem": [
"",
""
],
"date": "%d/%m/%y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T %Z",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}