Files
StarPilot/frogpilot/third_party/reactivex/internal/constants.py
T
2026-01-12 12:33:49 -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)