-
Notifications
You must be signed in to change notification settings - Fork 109
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
Schedule view is not timezone-aware #239
Comments
previous installments of this event series used following hack: streaming-website/configs/archive/emf2018/config.php Lines 3 to 4 in 9995dd4
Should we extend the conferenceJSON class to do something similar based on the streaming-website/docs/config-schema.json Lines 83 to 89 in 9995dd4
|
Yeah, that would be ideal. |
Probably a good idea, although I would recommend sticking with camelCase like in other properties.
I have previously added some code to the schedule to correctly show the current time in the timezone of the event streaming-website/model/Schedule.php Line 315 in 9c71454
streaming-website/assets/js/lustiges-script.js Lines 237 to 242 in 9c71454
Although I am open to suggestions on how to better show this. I would have liked to display the name of the event timezone, but that wasn't possible previously because the name is not in the schedule. |
This conference is in
UTC+01:00
(Europe/London
), but the streaming website does always show dates inEurope/Berlin
(UTC+02:00
currently). This leads to confusion by visitors, because the site states "talk running since (time in 30 minutes)".The shown talk title is correct however, so this is just a display issue, the detection of the running talk is not affected.
I presume this also happens on the schedule view under the video player, which is correct by accident if the browser timezone matches the conference timezone. The schedule view should always show the conference timezone, no matter which timezone the browser is in.
The text was updated successfully, but these errors were encountered: