| - Month names
(mon)
|
Jenner Hornig Märze Abrille Meije Bráčet Heiwet Öigšte Herbštmánet Wímánet Wintermánet Chrištmánet
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Jen Hor Mär Abr Mei Brá Hei Öig Her Wím Win Chr
glibc-HEAD
|
|
| - Weekday names
(day)
|
Suntag Mäntag Zischtag Mittwuch Frontag Fritag Samschtag
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Sun Män Zis Mit Fro Fri Sam
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 %d. %b %Y %T %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Sun 09. Chr 2025 09:42:38 CET
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2025-11-09
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 09:42:38
|
| - 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 %H:%M:%S %Z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Sun 9 Chr 09:42:38 CET 2025
|