mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
Long long time ago, several utilities in base used to parse %c output and
we were not able to change c_fmt without breaking these utilities. Since ache fixed all known issues 8 years ago, now we make ko_KR more usable. Better late than never...
This commit is contained in:
parent
2f577b0166
commit
31b6da64c7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=194250
2 changed files with 6 additions and 10 deletions
|
|
@ -61,13 +61,11 @@
|
|||
#
|
||||
# x_fmt
|
||||
#
|
||||
%Y/%m/%d
|
||||
%Y년 %b월 %e일
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b/%e %H:%M:%S %Y
|
||||
%x %A %X
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
|
@ -79,7 +77,7 @@
|
|||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %B %e일 %A %X %Z
|
||||
%c %Z
|
||||
#
|
||||
# Long month names (without case ending)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -61,13 +61,11 @@
|
|||
#
|
||||
# x_fmt
|
||||
#
|
||||
%Y/%m/%d
|
||||
%Y년 %b월 %e일
|
||||
#
|
||||
# c_fmt
|
||||
#
|
||||
# just following tradition...
|
||||
# %Y년 %b월 %e일 %a요일 %X
|
||||
%a %b/%e %H:%M:%S %Y
|
||||
%x %A %X
|
||||
#
|
||||
# am
|
||||
#
|
||||
|
|
@ -79,7 +77,7 @@
|
|||
#
|
||||
# date_fmt
|
||||
#
|
||||
%Y년 %B %e일 %A %X %Z
|
||||
%c %Z
|
||||
#
|
||||
# Long month names (without case ending)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue