- Days abbreviated
(abday)
|
sul lun meu mer yao gwe sad
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
sul lun meurzh mercʼher yaou gwener sadorn
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Gen Cʼhw Meu Ebr Mae Mezh Gou Eos Gwe Her Du Ker
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:24:45
|
- 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: 07e24:45
|
- Month names
(mon)
|
Genver Cʼhwevrer Meurzh Ebrel Mae Mezheven Gouere Eost Gwengolo Here Du Kerzu
glibc-HEAD
|
|
- First day of week
(first_weekday)
|
|
|
- Week definition
(week)
|
|
|
- Date and Time format
(d_t_fmt)
|
Dʼar %A %d a viz %B %Y %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Dʼar gwener 15 a viz Kerzu 2024 07:24:45
|
- Long date and time format
(date_fmt)
|
Dʼar %A %d a viz %B %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Dʼar gwener 15 a viz Kerzu 2024 07:24:45 CET
|