- 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)
|
%Y年%m月%d日 %H时%M分%S秒
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2024年11月21日 11时02分08秒
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2024年11月21日
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11时02分08秒 CET
|
- 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:
|
- Long date and time format
(date_fmt)
|
%Y年%m月%d日 %H时%M分%S秒 %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 2024年11月21日 11时02分08秒 CET
|