- Days abbreviated
(abday)
|
dom lun mar mié jue vie sáb
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Weekday names
(day)
|
domingo lunes martes miércoles jueves viernes sábado
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
ene feb mar abr may jun jul ago sep oct nov dic
glibc-HEAD
|
|
- Month names
(mon)
|
enero febrero marzo abril mayo junio julio agosto septiembre octubre noviembre diciembre
glibc-HEAD
|
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 15/11/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 08:10:39
|
- 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:
|
- 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: vie 15 dic 2024 08:10:39
|
- 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: vie 15 dic 2024 08:10:39 CET
|