| - Month names
(mon)
|
ianuarie februarie martie aprilie mai iunie iulie august septembrie octombrie noiembrie decembrie
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
ian feb mar apr mai iun iul aug sep oct nov dec
glibc-HEAD
|
|
| - Weekday names
(day)
|
duminică luni marți miercuri joi vineri sâmbătă
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Du Lu Ma Mi Jo Vi Sb
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 %z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Jo 30 nov 2025 11:46:06 +0100
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 30.10.2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11:46:06
|
| - 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 %-e %B %Y, %H:%M:%S %z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: joi 30 noiembrie 2025, 11:46:06 +0100
|