Closed rsignell-usgs closed 8 years ago
Problem is start/stop time logic:
start = datetime.utcnow() start = start.replace(**kw) stop = start + timedelta(days=6)
I'll submit a PR to fix.