hansva commented on issue #4907: URL: https://github.com/apache/hop/issues/4907#issuecomment-2658995352
Do you need the nanosecond information? If you don't you can use `yyyy-MM-dd'T'HH:mm:ss` to get the information up to second level. And the lowest you could go is milliseconds by removing the final 3 characters and then using `yyyy-MM-dd'T'HH:mm:ss.SSS` The main issue is that the formatter we use does not support nanoseconds. -- 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]
