- Month names
(mon)
|
yanvar fevral mart aprel may iyun iyul avqust sentyabr oktyabr noyabr dekabr
glibc-HEAD
ⵢⴻⵏⵏⴰⵢⴻⵔ ⴼⵓⵔⴰⵔ ⵎⴻⵖⵔⴻⵙ ⵢⴻⴲⵔⵉⵔ ⵎⴰⵢⵓ ⵢⵓⵏⵢⵓ ⵢⵓⵊⵢⵓ ⵖⵓⵛⵜ ⵛⵟⴻⵎⴱⴰⵕ ⵝ:ⴲⴻⵔ ⵡⴰⵎⴱⴰⵕ ⴸⵓⵊⴻⵎⴱⴻⵕ
local
|
|
- Month abbreviations
(abmon)
|
Yan Fev Mar Apr May İyn İyl Avq Sen Okt Noy Dek
glibc-HEAD
ⵢⴻⵏ. ⴼⵓⵔ. ⵎⴻⵖ. ⵢⴻⴲ. ⵎⴰⵢ. ⵢⵓⵏ. ⵢⵓⵊ. ⵖⵓⵛⵜ ⵛⵟⴻⵎ. ⵝ:ⴲ. ⵡⴰⵎ. ⴸⵓⵊ.
local
|
|
- Weekday names
(day)
|
bazar günü birinci gün ikinci gün üçüncü gün dördüncü gün beşinci gün altıncı gün
glibc-HEAD
ⴰⵛⴻⵔ ⴰⵔⵉⵎ ⴰⵔⴰⵎ ⴰⵁⴰⴸ ⴰⵎⵁⴰⴸ ⵙⵙⴻⵎ ⵙⵙⴻⴷ
local
|
|
- Days abbreviated
(abday)
|
baz bir iki üçü dör beş alt
glibc-HEAD
ⴰⵛⴻⵔ ⴰⵔⵉⵎ ⴰⵔⴰⵎ ⴰⵁⴰⴸ ⴰⵎⵁⴰⴸ ⵙⵙⴻⵎ ⵙⵙⴻⴷ
local
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- First working day
(first_workday)
|
|
|
- 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: dördüncü gün, 21 dekabr 2024 12:25:25
Approx. output of current value: ⴰⵎⵁⴰⴸ 21 ⴸⵓⵊⴻⵎⴱⴻⵕ 2024 12:25:25
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21.11.2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 12:25:25
|
- 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:
Approx. output of current value: 12:25:25
|
- 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: dördüncü gün, 21 dekabr 2024 12:25:25 CET
|