From 1c5bde91d808bcbe1aeaefb137eb047845401fbf Mon Sep 17 00:00:00 2001 From: maksdanik Date: Fri, 10 Jul 2020 16:56:34 +0300 Subject: [PATCH] update nl-NL locale dateTime format --- locale/nl-NL.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/nl-NL.json b/locale/nl-NL.json index dbec6dc..375b0fe 100644 --- a/locale/nl-NL.json +++ b/locale/nl-NL.json @@ -1,5 +1,5 @@ { - "dateTime": "%a %e %B %Y %T", + "dateTime": "%a %e %B %Y %X", "date": "%d-%m-%Y", "time": "%H:%M:%S", "periods": ["AM", "PM"],