@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) • 907 B
JavaScript
module.exports = {
"name": "eu_ES",
"day": {
"abbrev": [
"ig.",
"al.",
"ar.",
"az.",
"og.",
"or.",
"lr."
],
"full": [
"igandea",
"astelehena",
"asteartea",
"asteazkena",
"osteguna",
"ostirala",
"larunbata"
]
},
"month": {
"abbrev": [
"urt",
"ots",
"mar",
"api",
"mai",
"eka",
"uzt",
"abu",
"ira",
"urr",
"aza",
"abe"
],
"full": [
"urtarrila",
"otsaila",
"martxoa",
"apirila",
"maiatza",
"ekaina",
"uztaila",
"abuztua",
"iraila",
"urria",
"azaroa",
"abendua"
]
},
"meridiem": [
"",
""
],
"date": "%a, %Y.eko %bren %da",
"time24": "%T",
"dateTime": "%y-%m-%d %T %Z",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}