Annotate common.util.time.now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
32f10e183e
commit
fd7fc7c710
@ -4,7 +4,7 @@ from zoneinfo import ZoneInfo
|
||||
import re
|
||||
|
||||
|
||||
def now():
|
||||
def now() -> datetime:
|
||||
return datetime.now(ZoneInfo(settings.TIME_ZONE))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user