locks/app/utils/time.py
2024-12-02 20:10:32 +03:00

5 lines
68 B
Python

import datetime
now = lambda: datetime.datetime.now(datetime.UTC)