configurator/app/utils/time.py
2024-11-22 21:44:04 +03:00

5 lines
68 B
Python

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