- Month names
(mon)
|
zanvie fevriye mars avril me zin zilye out septam oktob novam desam
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
zan fev mar avr me zin zil out sep okt nov des
glibc-HEAD
|
|
- Weekday names
(day)
|
dimans lindi mardi merkredi zedi vandredi samdi
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
dim lin mar mer ze van sam
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Date and Time format
(d_t_fmt)
|
%a %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: ze 21 des 2024 10:54:39 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:54:39
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
%l:%M:%S %P %Z
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 10:54:39 am CET
|
- Long date and time format
(date_fmt)
|
%a %e %b %H:%M:%S %Z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: ze 21 des 10:54:39 CET 2024
|