Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't test epoch values against naive datetimes
When running the test suite on a machine set to the UTC timezone, `test_find_timestamp` would fail, because the datetime object used to seed the value is timezone-naive. The test would work fine in UTC+1 timezones, but not in other timezones.
- Loading branch information