| - Month names
(mon)
|
inïru phiwriru marsu awrila mayu junyu julyu awustu sitimri uktuwri nuwimri risimri
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
ini phi mar awr may jun jul awu sit ukt nuw ris
glibc-HEAD
|
|
| - Weekday names
(day)
|
tuminku lunisa martisa mirkulisa juywisa wirnisa sawäru
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
tum lun mar mir juy wir saw
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - 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: lun 03 ris 2025 14:06:33
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 03/11/25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 14:06:33
|
| - 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: 02:06:33 NM
|
| - 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: lun 03 ris 2025 14:06:33 CET
|