@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) • 892 B
JavaScript
module.exports = {
"name": "hr_HR",
"day": {
"abbrev": [
"Ned",
"Pon",
"Uto",
"Sri",
"Čet",
"Pet",
"Sub"
],
"full": [
"Nedjelja",
"Ponedjeljak",
"Utorak",
"Srijeda",
"Četvrtak",
"Petak",
"Subota"
]
},
"month": {
"abbrev": [
"Sij",
"Vel",
"Ožu",
"Tra",
"Svi",
"Lip",
"Srp",
"Kol",
"Ruj",
"Lis",
"Stu",
"Pro"
],
"full": [
"Siječanj",
"Veljača",
"Ožujak",
"Travanj",
"Svibanj",
"Lipanj",
"Srpanj",
"Kolovoz",
"Rujan",
"Listopad",
"Studeni",
"Prosinac"
]
},
"meridiem": [
"",
""
],
"date": "%d.%m.%Y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}