@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) • 937 B
JavaScript
module.exports = {
"name": "lv_LV",
"day": {
"abbrev": [
"Sv",
"P ",
"O ",
"T ",
"C ",
"Pk",
"S "
],
"full": [
"svētdiena",
"pirmdiena",
"otrdiena",
"trešdiena",
"ceturtdiena",
"piektdiena",
"sestdiena"
]
},
"month": {
"abbrev": [
"jan",
"feb",
"mar",
"apr",
"mai",
"jūn",
"jūl",
"aug",
"sep",
"okt",
"nov",
"dec"
],
"full": [
"janvāris",
"februāris",
"marts",
"aprīlis",
"maijs",
"jūnijs",
"jūlijs",
"augusts",
"septembris",
"oktobris",
"novembris",
"decembris"
]
},
"meridiem": [
"",
""
],
"date": "%Y.%m.%d.",
"time24": "%T",
"dateTime": "%A, %Y. gada %e. %B, plkst. %H un %M",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}