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
While it's a best practice to run servers in UTC, that is not always the case for various reasons. This change will ensure that any generated datetime is in UTC.
This change will also modify database datetime columns to be timezone aware (if that is supported by the DB).