Cybermaxke commented on issue #136: URL: https://github.com/apache/fory/issues/136#issuecomment-3368914758
`Instant` is always in UTC, it doesn't make sense to serialize it in combination with time zones. If you want time zones, you should be using `ZonedDateTime` or `OffsetDateTime`. Adding time zones would unnecessarily increase the serialized size. -- 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]
