Awad Mackie

Results 1 issues of Awad Mackie

When debugging logging timestamps inside freezegun, noticed odd behaviour around calling `datetime.now(timezone.utc)` when `freeze_time` is active with a `tz_offset` set: ```python import datetime import freezegun import logging import sys import...

bug