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
To track what needs to be updated for supporting timezones that are not UTC, we need to figure out what operations will need to updated to keep running on the GPU. For now, we can run the integration tests in a non-UTC timezone, and xfail the failed tests. This can be a xfail with if_non_utc_tz.
This way we can track operations to fall back properly and also when checks become per-operator we can ensure that there is no data corruption that results from it.
The text was updated successfully, but these errors were encountered:
To track what needs to be updated for supporting timezones that are not UTC, we need to figure out what operations will need to updated to keep running on the GPU. For now, we can run the integration tests in a non-UTC timezone, and xfail the failed tests. This can be a xfail with
if_non_utc_tz
.This way we can track operations to fall back properly and also when checks become per-operator we can ensure that there is no data corruption that results from it.
The text was updated successfully, but these errors were encountered: