Files
onepilot/frogpilot/third_party/reactivex/internal/constants.py
T
firestar5683 d0e1db6766 StarPilot
2026-03-22 03:15:05 -05:00

5 lines
108 B
Python

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