Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information