| - Month names
(mon)
|
januaarip februaarip marsip apriilip maajip juunip juulip aggustip septembarip oktobarip novembarip decembarip
glibc-HEAD
|
|
| - Month names (alternate)
(alt_mon)
|
januaari februaari marsi apriili maaji juuni juuli aggusti septembari oktobari novembari decembari
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
jan feb mar apr maj jun jul aug sep okt nov dec
glibc-HEAD
|
|
| - Weekday names
(day)
|
sapaat ataasinngorneq marlunngorneq pingasunngorneq sisamanngorneq tallimanngorneq arfininngorneq
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
sap ata mar pin sis tal arf
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 %b %d %Y %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: mar dec 11 2025 02:51:00
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: dec 11 2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 02:51:00
|
| - 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 %b %d %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: mar dec 11 2025 02:51:00 CET
|