This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new c27b51c736 change default date formats to fix am/pm format, fixes 
#5949 (#5951)
c27b51c736 is described below

commit c27b51c7368e6341f4a497da6304c60b2194a318
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Nov 10 17:00:05 2025 +0100

    change default date formats to fix am/pm format, fixes #5949 (#5951)
---
 .../org/apache/hop/core/messages/messages_en_US.properties        | 8 ++++----
 .../org/apache/hop/core/messages/messages_pt_BR.properties        | 8 ++++----
 .../org/apache/hop/core/messages/messages_zh_CN.properties        | 7 ++++---
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git 
a/core/src/main/resources/org/apache/hop/core/messages/messages_en_US.properties
 
b/core/src/main/resources/org/apache/hop/core/messages/messages_en_US.properties
index 249eb045dc..809e224fb0 100644
--- 
a/core/src/main/resources/org/apache/hop/core/messages/messages_en_US.properties
+++ 
b/core/src/main/resources/org/apache/hop/core/messages/messages_en_US.properties
@@ -37,10 +37,10 @@ Const.DateFormat18=dd-MM-yyyy
 Const.DateFormat19=yyyy-MM-dd''T''HH\:mm\:ss.SSSXXX
 Const.DateFormat2=yyyy/MM/dd HH\:mm\:ss.SSS XXX
 Const.DateFormat20=yyyy-MM-dd HH\:mm\:ss.SSS
-Const.DateFormat21=yyyy-MM-dd HH:mm:ss aa
-Const.DateFormat22=yyyy/MM/dd HH:mm:ss aa
-Const.DateFormat23=MM/dd/yyyy HH:mm:ss aa
-Const.DateFormat24=MM-dd-yyyy HH:mm:ss aa
+Const.DateFormat21=yyyy-MM-dd hh:mm:ss aa
+Const.DateFormat22=yyyy/MM/dd hh:mm:ss aa
+Const.DateFormat23=MM/dd/yyyy hh:mm:ss aa
+Const.DateFormat24=MM-dd-yyyy hh:mm:ss aa
 Const.DateFormat3=yyyy/MM/dd HH\:mm\:ss
 Const.DateFormat4=yyyy/MM/dd HH\:mm\:ss XXX
 Const.DateFormat5=yyyyMMddHHmmss
diff --git 
a/core/src/main/resources/org/apache/hop/core/messages/messages_pt_BR.properties
 
b/core/src/main/resources/org/apache/hop/core/messages/messages_pt_BR.properties
index 5f60f723c3..4a36f48e80 100644
--- 
a/core/src/main/resources/org/apache/hop/core/messages/messages_pt_BR.properties
+++ 
b/core/src/main/resources/org/apache/hop/core/messages/messages_pt_BR.properties
@@ -38,10 +38,10 @@ Const.DateFormat18=dd-MM-yyyy
 Const.DateFormat19=yyyy-MM-dd''T''HH:mm:ss.SSSXXX
 Const.DateFormat2=yyyy/MM/dd HH:mm:ss.SSS XXX
 Const.DateFormat20=yyyy-MM-dd HH:mm:ss.SSS
-Const.DateFormat21=yyyy-MM-dd HH:mm:ss aa
-Const.DateFormat22=yyyy/MM/dd HH:mm:ss aa
-Const.DateFormat23=MM/dd/yyyy HH:mm:ss aa
-Const.DateFormat24=MM-dd-yyyy HH:mm:ss aa
+Const.DateFormat21=yyyy-MM-dd hh:mm:ss aa
+Const.DateFormat22=yyyy/MM/dd hh:mm:ss aa
+Const.DateFormat23=MM/dd/yyyy hh:mm:ss aa
+Const.DateFormat24=MM-dd-yyyy hh:mm:ss aa
 Const.DateFormat3=yyyy/MM/dd HH:mm:ss
 Const.DateFormat4=yyyy/MM/dd HH:mm:ss XXX
 Const.DateFormat5=yyyyMMddHHmmss
diff --git 
a/core/src/main/resources/org/apache/hop/core/messages/messages_zh_CN.properties
 
b/core/src/main/resources/org/apache/hop/core/messages/messages_zh_CN.properties
index c04f21265c..10b8925533 100644
--- 
a/core/src/main/resources/org/apache/hop/core/messages/messages_zh_CN.properties
+++ 
b/core/src/main/resources/org/apache/hop/core/messages/messages_zh_CN.properties
@@ -36,9 +36,10 @@ Const.DateFormat18=dd-MM-yyyy
 Const.DateFormat19=yyyy-MM-dd''T''HH:mm:ss.SSSXXX
 Const.DateFormat2=yyyy/MM/dd HH:mm:ss.SSS XXX
 Const.DateFormat20=yyyy-MM-dd HH:mm:ss.SSS
-Const.DateFormat21=yyyy-MM-dd HH:mm:ss aa
-Const.DateFormat22=yyyy/MM/dd HH:mm:ss aa
-Const.DateFormat23=MM/dd/yyyy HH:mm:ss aa
+Const.DateFormat21=yyyy-MM-dd hh:mm:ss aa
+Const.DateFormat22=yyyy/MM/dd hh:mm:ss aa
+Const.DateFormat23=MM/dd/yyyy hh:mm:ss aa
+Const.DateFormat24=MM-dd-yyyy hh:mm:ss aa
 Const.Deprecated=\uFF08\u5DF2\u5F03\u7528\uFF09
 Const.GA.HelpAboutText=\u6B63\u5F0F\u53D1\u5E03\u7248
 Const.Milestone.HelpAboutText=\u5F00\u53D1\u8005\u53D1\u5E03\u7248

Reply via email to