diff --git a/unwind/models.py b/unwind/models.py index 125ef1f..f6c2b7e 100644 --- a/unwind/models.py +++ b/unwind/models.py @@ -137,7 +137,7 @@ def validate(o): def utcnow(): - return datetime.now().replace(tzinfo=timezone.utc) + return datetime.utcnow().replace(tzinfo=timezone.utc) @dataclass