Files
StarPilot/frogpilot/third_party/reactivex/internal/constants.py
T
2025-09-27 12:00:00 -07:00

5 lines
108 B
Python

from datetime import datetime, timedelta
DELTA_ZERO = timedelta(0)
UTC_ZERO = datetime.utcfromtimestamp(0)