maxbobse opened a new issue, #5949: URL: https://github.com/apache/hop/issues/5949
### Apache Hop version? 2.15 ### Java version? OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing) ### Operating system Windows ### What happened? The format "MM/dd/yyyy HH:mm:ss aa" leads to issues when converting strings to timestamps because HH implies that there can be a 23:00 AM which is not true. <img width="888" height="431" alt="Image" src="https://github.com/user-attachments/assets/df4dca10-896c-4f30-b82d-0c2440bc9567" /> Correct format should be 'MM/dd/yyyy hh:mm:ss aa' See https://github.com/apache/hop/discussions/5948 for more details. Also, but here I am not sure, I believe having a single 'a' at the end to indicate AM/PM is sufficient. ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
