aboutsummaryrefslogtreecommitdiff
path: root/en_BS
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-04-10 18:46:13 -0400
committerB. Stack <bgstack15@gmail.com>2023-04-10 18:46:13 -0400
commit2eb435b5630161f85886cd3e365b2f51d1861806 (patch)
tree4a2c3a03cbfeada6d44bbf85c8cf55b679b11602 /en_BS
parentimprove the req for glibc-locale-source (diff)
downloadlocale-en_BS-2eb435b5630161f85886cd3e365b2f51d1861806.tar.gz
locale-en_BS-2eb435b5630161f85886cd3e365b2f51d1861806.tar.bz2
locale-en_BS-2eb435b5630161f85886cd3e365b2f51d1861806.zip
v1.2 includes seconds in default date invocation
Diffstat (limited to 'en_BS')
-rw-r--r--en_BS8
1 files changed, 4 insertions, 4 deletions
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
%
bgstack15