weather_report/utils.py
2024-02-20 11:28:29 +08:00

4 lines
No EOL
65 B
Python

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