- Month names
(mon)
|
Шорыкйол Пургыж Ӱярня Вӱдшор Ага Пеледыш Сӱрем Сорла Идым Шыжа Кылме Теле
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Шрк Пгж Ӱрн Вшр Ага Пдш Срм Срл Идм Шыж Клм Тел
glibc-HEAD
|
|
- Weekday names
(day)
|
Рушарня Шочмо Кушкыжмо Вӱргече Изарня Кугарня Шуматкече
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Ршр Шчм Кжм Вгч Изр Кгр Шмт
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- Date and Time format
(d_t_fmt)
|
%A %Y %B %d %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Изарня 2024 Теле 21 10:58:50
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2024.11.21
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:58:50
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value:
|
- Long date and time format
(date_fmt)
|
%A %Y %B %d %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Изарня 2024 Теле 21 10:58:50 CET
|