mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
localedata: ms_MY should not use 12-hour format
Resolves: BZ # 29504
This commit is contained in:
parent
b5b558ab4b
commit
fe316dad7c
@ -128,20 +128,21 @@ mon "Januari";"Februari";/
|
||||
% Equivalent of AM PM
|
||||
am_pm "";""
|
||||
%
|
||||
% Appropriate date and time representation
|
||||
d_t_fmt "%A %d %b %Y %I:%M:%S %p"
|
||||
% Appropriate date and time representation (%c)
|
||||
d_t_fmt "%A %d %b %Y %H:%M:%S"
|
||||
%
|
||||
% Appropriate date and time representation for date(1)
|
||||
date_fmt "%A %d %b %Y %I:%M:%S %p %Z"
|
||||
date_fmt "%A %d %b %Y %H:%M:%S %Z"
|
||||
%
|
||||
% Appropriate date representation
|
||||
% Appropriate date representation (%x)
|
||||
d_fmt "%A %d %b %Y"
|
||||
%
|
||||
% Appropriate time representation
|
||||
t_fmt "%I:%M:%S %p %Z"
|
||||
% Appropriate time representation (%X)
|
||||
t_fmt "%H:%M:%S %Z"
|
||||
%
|
||||
% Appropriate 12 h time representation (%r)
|
||||
t_fmt_ampm "%I:%M:%S %p %Z"
|
||||
% Empty because 12-hour format is not supported in this locale.
|
||||
t_fmt_ampm ""
|
||||
%
|
||||
week 7;19971130;1
|
||||
first_weekday 2
|
||||
|
Loading…
Reference in New Issue
Block a user