Files
onepilot/frogpilot/third_party/reactivex/internal/constants.py
T
2026-02-13 00:21:26 -07:00

5 lines
132 B
Python

from datetime import datetime, timedelta, timezone
DELTA_ZERO = timedelta(0)
UTC_ZERO = datetime.fromtimestamp(0, tz=timezone.utc)