- Weekday names
(day)
|
Воскресенье Понедельник Вторник Среда Четверг Пятница Суббота
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Вс Пн Вт Ср Чт Пт Сб
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Date and Time format
(d_t_fmt)
|
%a %d %b %Y %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Пт 15 дек 2024 07:51:43
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 15.11.2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 07:51:43
|
- 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:
|
- First day of week
(first_weekday)
|
|
|
- Month names
(mon)
|
января февраля марта апреля мая июня июля августа сентября октября ноября декабря
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
янв фев мар апр мая июн июл авг сен окт ноя дек
glibc-HEAD
|
|
- Week definition
(week)
|
|
|
- Month names (alternate)
(alt_mon)
|
Январь Февраль Март Апрель Май Июнь Июль Август Сентябрь Октябрь Ноябрь Декабрь
glibc-HEAD
|
|
- Month abbreviations (alternate)
(ab_alt_mon)
|
янв фев мар апр май июн июл авг сен окт ноя дек
glibc-HEAD
|
|
- Long date and time format
(date_fmt)
|
%a %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Пт 15 дек 2024 07:51:43 CET
|