@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.35 kB
JavaScript
module.exports = {
"name": "bn_BD",
"day": {
"abbrev": [
"রবি",
"সোম",
"মঙ্গল",
"বুধ",
"বৃহঃ",
"শুক্র",
"শনি"
],
"full": [
"রবিবার",
"সোমবার",
"মঙ্গলবার",
"বুধবার",
"বৃহস্পতিবার",
"শুক্রবার",
"শনিবার"
]
},
"month": {
"abbrev": [
"জানু",
"ফেব্রু",
"মার্চ",
"এপ্রি",
"মে",
"জুন",
"জুল",
"আগ",
"সেপ্টে",
"অক্টো",
"নভে",
"ডিসে"
],
"full": [
"জানুয়ারি",
"ফেব্রুয়ারি",
"মার্চ",
"এপ্রিল",
"মে",
"জুন",
"জুলাই",
"আগস্ট",
"সেপ্টেম্বর",
"অক্টোবর",
"নভেম্বর",
"ডিসেম্বর"
]
},
"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"
}