This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] en_IN: Set the correct date format for "%x" (bug 17426).


On 08/24/2018 06:35 AM, Rafal Luzynski wrote:
> 	[BZ #17426]
> 	* localedata/locales/en_IN (d_fmt): Use "%d/%m/%y".
> ---
>  localedata/locales/en_IN | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/localedata/locales/en_IN b/localedata/locales/en_IN
> index c8afec9..32cfe85 100644
> --- a/localedata/locales/en_IN
> +++ b/localedata/locales/en_IN
> @@ -104,8 +104,8 @@ am_pm       "AM";"PM"
>  % Appropriate date and time representation
>  d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
>  %
> -% Appropriate date representation
> -d_fmt       "%A %d %B %Y"
> +% Appropriate date representation (%x)
> +d_fmt       "%d//%m//%y"
>  %
>  % Appropriate time representation
>  t_fmt       "%I:%M:%S  %Z"
> 

As localedata subsystem maintainer you have the right to assume consensus
here and commit this patch immediately. If you are looking for additional
review you should clarify that. I have no opinion on the bug itself (I
haven't reviewed it).

-- 
Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]