- Month names
(mon)
|
Kohi-tātea Hui-tanguru Poutū-te-rangi Paenga-whāwhā Haratua Pipiri Hōngoingoi Here-turi-kōkā Mahuru Whiringa-ā-nuku Whiringa-ā-rangi Hakihea
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Kohi Hui Pou Pae Hara Pipi Hōngoi Here Mahu Whi-nu Whi-ra Haki
glibc-HEAD
|
|
- Weekday names
(day)
|
Rātapu Mane Tūrei Wenerei Tāite Paraire Hātarei
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Ta Ma Tū We Tāi Pa Hā
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- Date and Time format
(d_t_fmt)
|
Te %A, te %d o %B, %Y %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Te Tāite, te 21 o Hakihea, 2024 10:47:31
|
- 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:47:31
|
- 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)
|
Te %A, te %d o %B, %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Te Tāite, te 21 o Hakihea, 2024 10:47:31 CET
|