| - 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 %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: Пнд 03 Дек 2025 11:38:18
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 03.11.2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11:38:18
|
| - 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 %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Пнд 03 Дек 2025 11:38:18 CET
|