File: constants.py

package info (click to toggle)
python-rx 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,204 kB
  • sloc: python: 39,525; javascript: 77; makefile: 24
file content (4 lines) | stat: -rw-r--r-- 132 bytes parent folder | download
1
2
3
4
from datetime import datetime, timedelta, timezone

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