- Month names
(mon)
|
Ianuari Fepuari Mati Aperila Me Iuni Iulai Auguso Setema Oketopa Novema Tesema
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Ian Fep Mat Ape Me Iun Iul Aug Set Oke Nov Tes
glibc-HEAD
|
|
- Weekday names
(day)
|
Aso Sa Aso Gafua Aso Lua Aso Lulu Aso Tofi Aso Farail Aso To'ana'i
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Aso Sa Aso Gaf Aso Lua Aso Lul Aso Tof Aso Far Aso To'
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- 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: Aso Tof 21 Tes 2024 11:16:38
|
- 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: 11:16: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 %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Aso Tof 21 Tes 2024 11:16:38 CET
|