| - Month names
(mon)
|
Januarie Februarie Maart April Mei Junie Julie Augustus September Oktober November Desember
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Jan Feb Mrt Apr Mei Jun Jul Aug Sep Okt Nov Des
glibc-HEAD
|
|
| - Weekday names
(day)
|
Sondag Maandag Dinsdag Woensdag Donderdag Vrydag Saterdag
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
So Ma Di Wo Do Vr Sa
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: Wo 05 Des 2025 19:28:32
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 05/11/2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 19:28:32
|
| - 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: Wo 05 Des 2025 19:28:32 CET
|