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
extra::time test executes os::setenv("TZ", "America/Los_Angeles");, but Windows doesn't recognize it.
The test passes on buildbot since buildbot just uses PST, but fails on my machine (non-PST).
We should add tests for at least two timezones to ensure correctness.
The text was updated successfully, but these errors were encountered:
extra::time
test executesos::setenv("TZ", "America/Los_Angeles");
, but Windows doesn't recognize it.The test passes on buildbot since buildbot just uses PST, but fails on my machine (non-PST).
We should add tests for at least two timezones to ensure correctness.
The text was updated successfully, but these errors were encountered: