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
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
Many of our time-sensitive dates are not timezone aware. SmarterASP's database is hosted on the west coast and is two hours behind CT where all of our users are. Regardless, we need to make sure and store (and account for) the timezone information for anything that needs it. Off the top of my head the biggest two:
Player - EndOfFreeAgency
Bidding Close
Background jobs that run at a certain time.
Dates should ideally be stored in UTC time or with a DateTimeOffset (SQL Server DateTime2 w/ timezone info)
Bidding close is actually dependent upon the end of free agency so if that is fixed then both are likely fixed.
The text was updated successfully, but these errors were encountered:
Many of our time-sensitive dates are not timezone aware. SmarterASP's database is hosted on the west coast and is two hours behind CT where all of our users are. Regardless, we need to make sure and store (and account for) the timezone information for anything that needs it. Off the top of my head the biggest two:
Player - EndOfFreeAgency
Bidding Close
Background jobs that run at a certain time.
Dates should ideally be stored in UTC time or with a DateTimeOffset (SQL Server DateTime2 w/ timezone info)
Bidding close is actually dependent upon the end of free agency so if that is fixed then both are likely fixed.
The text was updated successfully, but these errors were encountered: