@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) • 931 B
JavaScript
module.exports = {
"name": "sq_AL",
"day": {
"abbrev": [
"Die ",
"Hën ",
"Mar ",
"Mër ",
"Enj ",
"Pre ",
"Sht "
],
"full": [
"e diel ",
"e hënë ",
"e martë ",
"e mërkurë ",
"e enjte ",
"e premte ",
"e shtunë "
]
},
"month": {
"abbrev": [
"Jan",
"Shk",
"Mar",
"Pri",
"Maj",
"Qer",
"Kor",
"Gsh",
"Sht",
"Tet",
"Nën",
"Dhj"
],
"full": [
"janar",
"shkurt",
"mars",
"prill",
"maj",
"qershor",
"korrik",
"gusht",
"shtator",
"tetor",
"nëntor",
"dhjetor"
]
},
"meridiem": [
"PD",
"MD"
],
"date": "%Y-%b-%d",
"time24": "%I.%M.%S. %Z",
"dateTime": "%Y-%b-%d %I.%M.%S.%p %Z",
"time12": "%I.%M.%S.%p %Z",
"full": "%a %b %e %H:%M:%S %Z %Y"
}