We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e312bd commit f389383Copy full SHA for f389383
1 file changed
tests/test_time.py
@@ -327,7 +327,7 @@ def test_naturalday_tz_aware() -> None:
327
328
@freeze_time("2023-10-15 23:00:00", tz_offset=0)
329
def test_naturaldate_tz_aware() -> None:
330
- """Test that naturaldate compares dates in the value's timezone, not system local."""
+ """Test naturaldate compares dates in value's timezone."""
331
# https://github.com/python-humanize/humanize/issues/152
332
utc = dt.timezone.utc
333
aedt = dt.timezone(dt.timedelta(hours=11))
0 commit comments