| - Month names
(mon)
|
1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월
glibc-HEAD
|
|
| - Weekday names
(day)
|
일요일 월요일 화요일 수요일 목요일 금요일 토요일
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - Date and Time format
(d_t_fmt)
|
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 10/29/25 (수) 03:19:05 오후
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2025년 10월 29일
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 15시 19분 05초
|
| - AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
| - 12-hour Time format
(t_fmt_ampm)
|
%p %I시 %M분 %S초
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 오후 03시 19분 05초
|
| - Long date and time format
(date_fmt)
|
%Y. %m. %d. (%a) %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 2025. 10. 29. (수) 15:19:05 CET
|