From 2eb435b5630161f85886cd3e365b2f51d1861806 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 10 Apr 2023 18:46:13 -0400 Subject: v1.2 includes seconds in default date invocation --- en_BS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'en_BS') diff --git a/en_BS b/en_BS index f92d6c9..ddae58e 100644 --- a/en_BS +++ b/en_BS @@ -21,8 +21,8 @@ tel "" fax "" language "American English" territory "Stackrpms, United States" -revision "1.1" -date "2022-03-05" +revision "1.2" +date "2023-04-10" category "i18n:2012";LC_IDENTIFICATION category "i18n:2012";LC_CTYPE @@ -85,7 +85,7 @@ mon "January";/ "November";/ "December" % Appropriate date and time representation (%c) -d_t_fmt "%Y-%m-%d %a %R %Z" +d_t_fmt "%Y-%m-%d %a %r %Z" % % Appropriate date representation (%x) d_fmt "%Y-%m-%d" @@ -100,7 +100,7 @@ t_fmt_ampm "%H:%M:%S" % different from d_t_fmt for historical reasons and has been different % since 2000 when date_fmt was added as a GNU extension. At the end % of 2018 it was adjusted to use 12H time (bug 24046) instead of 24H. -date_fmt "%Y-%m-%d %a %R %Z" +date_fmt "%Y-%m-%d %a %r %Z" % % Strings for AM/PM % -- cgit