mattcasters commented on issue #7049:
URL: https://github.com/apache/hop/issues/7049#issuecomment-4326618145

   This is caused by the `static final` values in `SimpleTimestampFormat.java`:
   
   ```
   private static final SimpleDateFormat defaultTimestampFormat =
         new SimpleDateFormat(DEFAULT_TIMESTAMP_FORMAT_FOR_TIMESTAMP, 
Locale.US);
   
     private static final SimpleDateFormat defaultMillisecondDateFormat =
         new SimpleDateFormat(DEFAULT_MILLISECOND_DATE_FORMAT, Locale.US);
   ```


-- 
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]

Reply via email to