from datetime import datetime, timedelta, timezone

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