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
We are doing a DateTime.Now which will return the local computer time that the code is running, I'm assuming your server doesn't have it's clock set correctly?
I agree using UTC and then converting it is the better way to do it, but If we are going to do this we will need to store the Users timezone and then also the requesting users timezone so it also appears correct for them.
Requested a movie/show, then go check when it was requested, mine says "5 hours ago" even though it was requested less than a minute ago.
I think we're doing just a simple DateTime.Now when saving requests. We probably need to start storing this in UTC and convert as necessary.
The text was updated successfully, but these errors were encountered: