| - Month names
(mon)
|
Yanvar Fevral Mart Aprel Mayıs İyun İyul Avgust Sentâbr Oktâbr Noyabr Dekabr
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Yan Fev Mar Apr May İyn İyl Avg Sen Okt Noy Dek
glibc-HEAD
|
|
| - Weekday names
(day)
|
Bazar Bazarertesi Salı Çarşembe Cumaaqşamı Cuma Cumaertesi
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Baz Ber Sal Çar Caq Cum Cer
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
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Sun 09 Dek 2025 09:46:22
|
| - 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:46:22
|
| - 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:46:22 ÜE
|
| - 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 Dek 2025 09:46:22 CET
|