- Days abbreviated
(abday)
|
Dil Wix Qib Rob Kam Jim San
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
Dilbata Wiixata Qibxata Roobii Kamiisa Jimaata Sanbata
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Ama Gur Bit Elb Cam Wax Ado Hag Ful Onk Sad Mud
glibc-HEAD
|
|
- Month names
(mon)
|
Amajjii Guraandhala Bitooteessa Elba Caamsa Waxabajjii Adooleessa Hagayya Fuulbana Onkololeessa Sadaasa Muddee
glibc-HEAD
|
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:42:08 WD
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 10:42:08 WD
|
- Date and Time format
(d_t_fmt)
|
%A, %B %e, %Y %r %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Kamiisa, Muddee 21, 2024 10:42:08 WD CET
|
- Week definition
(week)
|
|
|
- Long date and time format
(date_fmt)
|
%A, %B %e, %r %Z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Kamiisa, Muddee 21, 10:42:08 WD CET 2024
|