@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) • 1.07 kB
JavaScript
module.exports = {
"name": "ru_RU",
"day": {
"abbrev": [
"Вс.",
"Пн.",
"Вт.",
"Ср.",
"Чт.",
"Пт.",
"Сб."
],
"full": [
"Воскресенье",
"Понедельник",
"Вторник",
"Среда",
"Четверг",
"Пятница",
"Суббота"
]
},
"month": {
"abbrev": [
"янв.",
"февр.",
"марта",
"апр.",
"мая",
"июня",
"июля",
"авг.",
"сент.",
"окт.",
"нояб.",
"дек."
],
"full": [
"Январь",
"Февраль",
"Март",
"Апрель",
"Май",
"Июнь",
"Июль",
"Август",
"Сентябрь",
"Октябрь",
"Ноябрь",
"Декабрь"
]
},
"meridiem": [
"",
""
],
"date": "%d.%m.%Y",
"time24": "%T",
"dateTime": "%a %d %b %Y %T",
"time12": "",
"full": "%a %b %e %H:%M:%S %Z %Y"
}