-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Happening Now might not properly take timezones into account #892
Comments
(yes I am in Pacific) |
This is confusing to me. https://github.com/Roguelike-Celebration/azure-mud/blob/main/src/components/HappeningNowView.tsx#L15-L17 should be comparing the current time (a Date object that should be time-zone aware) to a bunch of generated Date objects that are defined based on UTC -7 (Pacific time): https://github.com/Roguelike-Celebration/azure-mud/blob/main/src/components/ScheduleView.tsx#L25-L34 No idea why this is failing. |
It is working now, since at least 2:50 am CEST:
3:37 am CEST:
It wasn't working after the last page reload to update the space, as far as I can tell. After I clicked the button by mistake some time later, I noticed it started working. I did nothing. Possibly related: I don't have any 2024 talk badges although I was in the theater during all of them (if the unlock is based on the time; I can open another issue if not). |
Report from bubez at 3:01 Pacific:
On my screen it was:
The text was updated successfully, but these errors were encountered: