localedata: ms_MY should not use 12-hour format

Resolves: BZ # 29504
This commit is contained in:
Mike FABIAN 2024-01-03 11:07:27 +01:00
parent b5b558ab4b
commit fe316dad7c

View File

@ -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