exceptionfactory commented on PR #9196:
URL: https://github.com/apache/nifi/pull/9196#issuecomment-2402857685

   Thanks again for your work and patience on this issue @dan-s1.
   
   After taking a closer look at the issue and implementation considerations, I 
submitted PR #9367. The timestamp to string conversion follows the same 
approach you had implemented, but the string to timestamp parsing avoids the 
regular expression approach in favor of using the 
`DateTimeFormatter.parseBest()` method with `ZonedDateTime` and 
`LocalDateTime`. The PR also includes tests to assert expected values, but 
include zone offset evaluation based on the JVM.


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