- Days abbreviated
(abday)
|
Sun Mon Tue Wed Thu Fri Sat
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
Sunday Monday Tuesday Wednesday Thursday Friday Saturday
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
glibc-HEAD
|
|
- Month names
(mon)
|
January February March April May June July August September October November December
glibc-HEAD
|
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 15/11/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 07:39:57
|
- 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:
|
- 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: Fri 15 Dec 2024 07:39:57
|
- 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: Fri 15 Dec 2024 07:39:57 CET
|