- Days abbreviated
(abday)
|
dim lun mar mer jeu ven sam
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
dimanche lundi mardi mercredi jeudi vendredi samedi
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
jan fév mar avr mai jun jui aoû sep oct nov déc
glibc-HEAD
|
|
- Month names
(mon)
|
janvier février mars avril mai juin juillet août septembre octobre novembre décembre
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: 08:02:56
|
- 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:
|
- First day of week
(first_weekday)
|
|
|
- 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: ven 15 déc 2024 08:02:56
|
- 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: ven 15 déc 2024 08:02:56 CET
|