| - 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)
|
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 10/30/25 (чт) 14:29:42
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 30.10.2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 14:29:42
|
| - 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)
|
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 10/30/25 (чт) 14:29:42 CET
|