Mikkey-f commented on issue #1017: URL: https://github.com/apache/fesod/issues/1017#issuecomment-5354961650
I'd like to work on `java.time.OffsetDateTime` converter support. Proposed approach: follow the existing `LocalDateTime` / `ZonedDateTime` converter family pattern, adding three converters under `org.apache.fesod.sheet.converters`: - `OffsetDateTimeStringConverter` — OffsetDateTime ↔ String - `OffsetDateTimeNumberConverter` — OffsetDateTime ↔ Number (epoch-based, consistent with existing Date/LocalDateTime numeric conversion) - `OffsetDateTimeDateConverter` — OffsetDateTime ↔ java.util.Date Each will implement the `Converter` interface and come with corresponding JUnit 5 tests, mirroring the structure of the recently added `ZonedDateTime` converter tests. -- 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]
