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