This commit is contained in:
2024-11-22 21:44:04 +03:00
commit f4ca742f43
20 changed files with 633 additions and 0 deletions

4
app/utils/time.py Normal file
View File

@@ -0,0 +1,4 @@
import datetime
now = lambda: datetime.datetime.now(datetime.UTC)