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
This might be related to #559. When visiting our WC site from certain locations (for instance, London (UK) or Barcelona (Spain)), some sessions start to overlap making the whole thing unreadable.
These sessions seem to be the ones that fall near the time the day changes (in that timezone), but I'm not sure if that's the real reason.
It is worth mentioning that to work around #559, our site's timezone was changed to UTC (from the previously set "America / Bogota" or UTC-5). I can confirm that the sessions look fine when in UTC-5 or UTC-3, so maybe the the problem only affects UTC+something timezones?
Is there a something we can do from our side besides manually creating a schedule page (not using the block)? Thanks!
To reproduce
Steps to reproduce the behavior:
Set time zone to "Bogotá - Colombia" or "Buenos Aires - Argentina".
On macOS: Go to System Preferences > Date & Time > Time Zone.
Note to self: another way to test the time zone is with TZ="Europe/London" open /Applications/FirefoxDeveloperEdition.app in terminal, and verify with Intl.DateTimeFormat().resolvedOptions().timeZone and wp.date.format('P') in browser console. That might avoid unintended side-effects from changing the OS timezone.
The next Gutenberg released isn't scheduled until after Colombia is over, so I'd recommend switching to the Single Column Layout block style in the meantime. That should prevent the overlap problem.
Describe the bug
This might be related to #559. When visiting our WC site from certain locations (for instance, London (UK) or Barcelona (Spain)), some sessions start to overlap making the whole thing unreadable.
These sessions seem to be the ones that fall near the time the day changes (in that timezone), but I'm not sure if that's the real reason.
It is worth mentioning that to work around #559, our site's timezone was changed to UTC (from the previously set "America / Bogota" or UTC-5). I can confirm that the sessions look fine when in UTC-5 or UTC-3, so maybe the the problem only affects UTC+something timezones?
Is there a something we can do from our side besides manually creating a schedule page (not using the block)? Thanks!
To reproduce
Steps to reproduce the behavior:
On macOS: Go to System Preferences > Date & Time > Time Zone.
Expected behavior
Schedule should look correct in all timezones.
Screenshots
WordCamp
https://2020.colombia.wordcamp.org/
System (please complete the following information):
The text was updated successfully, but these errors were encountered: