@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
62 lines (61 loc) • 862 B
JavaScript
module.exports = {
"name": "ms_MY",
"day": {
"abbrev": [
"Ahd",
"Isn",
"Sel",
"Rab",
"Kha",
"Jum",
"Sab"
],
"full": [
"Ahad",
"Isnin",
"Selasa",
"Rabu",
"Khamis",
"Jumaat",
"Sabtu"
]
},
"month": {
"abbrev": [
"Jan",
"Feb",
"Mac",
"Apr",
"Mei",
"Jun",
"Jul",
"Ogos",
"Sep",
"Okt",
"Nov",
"Dis"
],
"full": [
"Januari",
"Februari",
"Mac",
"April",
"Mei",
"Jun",
"Julai",
"Ogos",
"September",
"Oktober",
"November",
"Disember"
]
},
"meridiem": [
"",
""
],
"date": "%A %d %b %Y",
"time24": "%I:%M:%S %Z",
"dateTime": "%A %d %b %Y %I:%M:%S %p %Z",
"time12": "%I:%M:%S %p %Z"
}