| - Days abbreviated
(abday)
|
Paz Pzt Sal Çrş Prş Cum Cts
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Weekday names
(day)
|
Pazar Pazartesi Salı Çarşamba Perşembe Cuma Cumartesi
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Oca Şub Mar Nis May Haz Tem Ağu Eyl Eki Kas Ara
glibc-HEAD
|
|
| - Month names
(mon)
|
Ocak Şubat Mart Nisan Mayıs Haziran Temmuz Ağustos Eylül Ekim Kasım Aralık
glibc-HEAD
|
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 09-11-2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 09:44:43
|
| - 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: 09:44:43 ÖÖ
|
| - First day of week
(first_weekday)
|
|
|
| - Week definition
(week)
|
|
|
| - 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: Sun 09 Ara 2025 09:44:43
|
| - 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: Sun 09 Ara 2025 09:44:43 CET
|