From patchwork Fri Aug 24 10:35:56 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 29036 Received: (qmail 37750 invoked by alias); 24 Aug 2018 10:36:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 37681 invoked by uid 89); 24 Aug 2018 10:36:00 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.9 required=5.0 tests=AWL, BAYES_50, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.2 spammy=H*x:Mailer, H*UA:Mailer, H*UA:Open-Xchange, HImportance:Medium X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: 2.249 Date: Fri, 24 Aug 2018 12:35:56 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: GNU C Library Cc: pravin.d.s@gmail.com Message-ID: <1362086831.305752.1535106956712@poczta.nazwa.pl> Subject: [PATCH] en_IN: Set the correct date format for "%x" (bug 17426). MIME-Version: 1.0 [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"