This commit is contained in:
2024-12-07 23:18:37 +03:00
commit 73ba329510
14 changed files with 448 additions and 0 deletions

4
utils/time.py Normal file
View File

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