This commit is contained in:
2024-12-02 20:10:32 +03:00
commit 6e8a1540b4
16 changed files with 392 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)