| - Month names
(mon)
|
iniru phiwriru marsu awril mayu huniyu huliyu agustu siptiyimri uktuwri nuwiyimri tisiyimri
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
ini phi mar awr may hun hul agu sip ukt nuw tis
glibc-HEAD
|
|
| - Weekday names
(day)
|
tuminku lunis martis miyirkulis juywis wiyirnis sawatu
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
tum lun mar miy juy wiy 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: Sun 09 tis 2025 09:42:39
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 09/11/25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 09:42:39 AM
|
| - 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: 09:42:39 AM
|
| - 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: Sun 09 tis 2025 09:42:39 CET
|