weather_report/utils.py
2024-02-25 22:52:18 +08:00

4 lines
No EOL
65 B
Python

import time
def get_unix_time() -> float:
return time.time()