matrei commented on PR #15165: URL: https://github.com/apache/grails-core/pull/15165#issuecomment-3443150625
I'm OK with this being a two-step solution to not break backwards-compatibility, but I don't think we should output timezone for types that do not hold that information. How would that be able to render the stored value correctly? For example, a user in timezone `CEST` enters a value in a `LocalDateTime` field. The `LocalDateTime` type does not store timezone information. The server that renders this value will use `ZoneId.systemDefault()` and output for example `PDT` which is a completely different time than what the user has entered. -- 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]
