- Month names
(mon)
|
Mutarama Gashyantare Werurwe Mata Gicuransi Kamena Nyakanga Kanama Nzeli Ukwakira Ugushyingo Ukuboza
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Mut Gas Wer Mat Gic Kam Nya Kan Nze Ukw Ugu Uku
glibc-HEAD
|
|
- Weekday names
(day)
|
Ku cyumweru Kuwa mbere Kuwa kabiri Kuwa gatatu Kuwa kane Kuwa gatanu Kuwa gatandatu
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Mwe Mbe Kab Gtu Kan Gnu Gnd
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 %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Kan 21 Uku 2024 10:55:15
|
- 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:55:15
|
- 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: Kan 21 Uku 2024 10:55:15 CET
|