alexsmolya opened a new pull request, #1020: URL: https://github.com/apache/fesod/pull/1020
## Purpose of the pull request Related: #1017 ## What's changed? Adds the approved `java.time.ZonedDateTime` converter family and registers it with the default converter loader. - DATE and NUMBER writes use `toLocalDateTime()`, intentionally dropping zone/offset while preserving local wall-clock fields. - Numeric reads attach `ZoneId.systemDefault()`. - STRING conversion supports the accepted ISO and configured formatting/parsing semantics. - Added dedicated `ZonedDateTimeConverterTest` coverage for supported directions, registration, formatting, and timezone-lossiness behavior. ## Checklist - [x] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [x] I have written the necessary doc or comment. - [x] I have added the necessary unit tests and all cases have passed. Focused validation: 5 ZonedDateTime tests passed; Java 1.8-targeted compilation, Spotless, and `git diff --check` passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
