DEBSOURCES
Skip Quicknav
sources / python-rx / 4.1.0-1 / reactivex / internal / constants.py
1234
from datetime import datetime, timedelta, timezone DELTA_ZERO = timedelta(0) UTC_ZERO = datetime.fromtimestamp(0, tz=timezone.utc)