- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21.11.24
|
- Date and Time format
(d_t_fmt)
|
%a %-d %b %Y %I:%M:%S.%p
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Enj 21 Dhj 2024 10:35:48.PD
|
- Time format
(t_fmt)
|
%I:%M:%S.%p %Z
glibc-HEAD
|
Example: %r
Approx. output of current value: 10:35:48.PD CET
|
- 12-hour Time format
(t_fmt_ampm)
|
%I:%M:%S.%p %Z
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 10:35:48.PD CET
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- Long date and time format
(date_fmt)
|
%a %-d %b %Y %I:%M:%S.%p %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Enj 21 Dhj 2024 10:35:48.PD CET
|
- Days abbreviated
(abday)
|
Die Hën Mar Mër Enj Pre Sht
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
e diel e hënë e martë e mërkurë e enjte e premte e shtunë
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Jan Shk Mar Pri Maj Qer Kor Gsh Sht Tet Nën Dhj
glibc-HEAD
|
|
- Month names
(mon)
|
janar shkurt mars prill maj qershor korrik gusht shtator tetor nëntor dhjetor
glibc-HEAD
|
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|