File: constants.py

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

DELTA_ZERO = timedelta(0)
UTC_ZERO = datetime.utcfromtimestamp(0)