| - Month names
(mon)
|
Januari Februari Machi Epreo Mei Juni Julai Ogasti Septemba Oktoba Novemba Disemba
local
Januari Februari Machi Epreo Mei Juni Julai Ogasti Septemba Oktoba Novemba Disemba
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
local
Jan Feb Mac Epr Mei Jun Jul Oga Sep Okt Nov Dis
glibc-HEAD
|
|
| - Weekday names
(day)
|
Pa Mulungu Palichimo Palichibuli Palichitatu Palichine Palichisano Pachibelushi
glibc-HEAD
Mulungu Chimo Chibili Chitatu Chine Chisano Chibelushi
local
|
|
| - Days abbreviated
(abday)
|
Sun Mon Tue Wed Thu Fri Sat
local
Sun Mon Tue Wed Thu Fri Sat
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - First day of week
(first_weekday)
|
|
|
| - Date and Time format
(d_t_fmt)
|
%a %d %b %Y %R
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Mon 24 Dis 2025 13:39
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 11/24/2025
Approx. output of current value: 24/11/2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 13:39:52
|
| - AM/PM designations
(am_pm)
|
uluchelo akasuba
glibc-HEAD
|
Example: AM\nPM
|
| - 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value: 01:39:52 akasuba
|
| - Long date and time format
(date_fmt)
|
%a %d %b %Y %R %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Mon 24 Dis 2025 13:39 CET
|