This commit is contained in:
@@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user