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
Fix test_resize_with_aggregate on non-UTC systems (#322)
Use datetime.utcnow() instead of .now() to calculate the UTC timestamp
without it being affected by the local timezone. This fixes the test
failure on systems running non-UTC timezone.
Fixes#321
0 commit comments