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
Tests: Remove test for make_aware using fixed date
The test compares the timezones between a fixed date and of the current date.
This causes problem with time zones that use daylight saving time (DST). Fixing
the test makes would add too much complexity for what the test is actually
covering. The `make_aware` function is still thoroughly tested by the remaining
tests.
0 commit comments