From fbc6415b85a855d3658be758efe4684cfd49faa3 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Mon, 1 Oct 2018 15:57:12 +0200 Subject: Resolves: tdf#119613 [*-ZA] default to ISO 8601 date format This also made it necessary to adapt the unit tests that checked for the old default format in output. Change-Id: Ie7bc78d1e5a17e5cb6f52d5ed1ab42db80f07d2e Reviewed-on: https://gerrit.libreoffice.org/61200 Reviewed-by: Eike Rathke Tested-by: Jenkins --- i18npool/source/localedata/data/en_ZA.xml | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'i18npool') diff --git a/i18npool/source/localedata/data/en_ZA.xml b/i18npool/source/localedata/data/en_ZA.xml index b0584d8e1966..3807110cda43 100644 --- a/i18npool/source/localedata/data/en_ZA.xml +++ b/i18npool/source/localedata/data/en_ZA.xml @@ -52,6 +52,8 @@ metric + + M-D M/D Standard @@ -111,16 +113,16 @@ [CURRENCY] # ##0,--;[RED][CURRENCY]-# ##0,-- - YY/MM/DD + YY-MM-DD DD MMMM YYYY - - YY/MM/DD + + YY-MM-DD - - YYYY/MM/DD + + YYYY-MM-DD D MMM YY @@ -174,6 +176,12 @@ WW + + YY/MM/DD + + + YYYY/MM/DD + HH:MM @@ -195,10 +203,16 @@ [HH]:MM:SS,00 - + + YY-MM-DD HH:MM + + + YYYY-MM-DD HH:MM:SS + + YY/MM/DD HH:MM - + YYYY/MM/DD HH:MM:SS -- cgit