You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@tomchristie What are your thoughts on normalizing timezones to UTC on serialization? Most RDBMS's will return localized datetimes to clients
All timezone-aware dates and times are stored internally in UTC. They are converted to local time in the zone specified by the TimeZone configuration parameter before being displayed to the client.
But one could argue that UTC normalization is a view-level concern rather than model-level concern, so perhaps it makes sense for serialization libs to take care of this. What do you think?
No description provided.
The text was updated successfully, but these errors were encountered: