This commit is contained in:
2024-11-17 01:39:09 +03:00
commit f6b300fc2c
17 changed files with 441 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)