apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
981 stars 350 forks source link

[Bug]: Select crashes when converting a date despite specifying en_US, and America/Chicago #4228

Open usbrandon opened 2 months ago

usbrandon commented 2 months ago

Apache Hop version?

2.9-GA

Java version?

11

Operating system

Windows

What happened?

This one crashes no matter the timezone and locale setting within the HPL crash_when_locale_and_timezone specified.zip

Issue Priority

Priority: 2

Issue Component

Component: Transforms

usbrandon commented 2 months ago

image image

bamaer commented 2 months ago

ValueMetaTimestamp still uses java.util.Date to convert strings to timestamps, which causes some issues with certain timezones. As a workaround, you should be able to use CDT instead of America/Chicago without issues.