- Month names
(mon)
|
一月 二月 三月 四月 五月 六月 七月 八月 九月 十月 十一月 十二月
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
一 二 三 四 五 六 七 八 九 十 十一 十二
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)
|
%OC%Oy年%B%Od日 (%A) %OH時%OM分%OS秒
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2024年十二月21日 (週四) 11時01分52秒
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2024年十二月21日
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11時01分52秒
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
%p %OI時%OM分%OS秒
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 朝 11時01分52秒
|
- Long date and time format
(date_fmt)
|
公曆 %C%Oy年 %B %Oe日 %A %OH時%OM分%OS秒
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 公曆 2024年 十二月 21日 週四 11時01分52秒
|
- Alternate digits
(alt_digits)
|
〇 一 二 三 四 五 六 七 八 九 十 十一 十二 十三 十四 十五 十六 十七 十八 十九 廿 廿一 廿二 廿三 廿四 廿五 廿六 廿七 廿八 廿九 卅 卅一
glibc-HEAD
|
|
- Era
(era)
|
+:2:1913/01/01:+*:民國:%EC%Ey年 +:1:1912/01/01:1912/12/31:民國:%EC元年 +:1:1911/12/31:-*:民前:%EC%Ey年
glibc-HEAD
|
|