@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) • 1.03 kB
JavaScript
module.exports = {
"name": "ur_PK",
"day": {
"abbrev": [
"اتوار",
"پير",
"منگل",
"بدھ",
"جمعرات",
"جمعه",
"هفته"
],
"full": [
"اتوار",
"پير",
"منگل",
"بدھ",
"جمعرات",
"جمعه",
"هفته"
]
},
"month": {
"abbrev": [
"جنوري",
"فروري",
"مارچ",
"اپريل",
"مٓی",
"جون",
"جولاي",
"اگست",
"ستمبر",
"اكتوبر",
"نومبر",
"دسمبر"
],
"full": [
"جنوري",
"فروري",
"مارچ",
"اپريل",
"مٓی",
"جون",
"جولاي",
"اگست",
"ستمبر",
"اكتوبر",
"نومبر",
"دسمبر"
]
},
"meridiem": [
"ص",
"ش"
],
"date": "%d/%m/%Y",
"time24": "%H:%M:%S",
"dateTime": "و %H:%M:%S %Z ت %d %B %Y",
"time12": "%P %I:%M:%S"
}