mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
f8d10dacdf
We wrap direct dateutil calls to handle two distinct cases: * `common.dateutil.parse()`: We want to handle arbitrary timestamps including tz info, then convert them to UTC. This is used in HLS parsing, and for command line input for backfiller * `common.dateutil.parse_utc_only()`: We want to only handle UTC timestamps, but datetime.strptime isn't flexible enough (eg. can't handle missing fractional component). This is used for restreamer request params. |
5 years ago | |
---|---|---|
.. | ||
backfiller | 5 years ago | |
Dockerfile | 6 years ago | |
setup.py | 6 years ago |