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
When we auto-generate the screenshots in the GH action, we set the system time zone such that it's 6 or 7pm (8a8daa5), but we don't adjust the mocked clock's time zone to compensate, nor do we adjust the mock event's times. We should. Specifically:
We should use the system time zone for this test, not the usual mocked one
To calculate the event times, we should just use Calendar's date(bySettingHour: ...) to the hours and minutes of the events.
The text was updated successfully, but these errors were encountered:
When we auto-generate the screenshots in the GH action, we set the system time zone such that it's 6 or 7pm (8a8daa5), but we don't adjust the mocked clock's time zone to compensate, nor do we adjust the mock event's times. We should. Specifically:
Calendar
'sdate(bySettingHour: ...)
to the hours and minutes of the events.The text was updated successfully, but these errors were encountered: