Closed cobaltpet closed 7 years ago
When a broadcast wraps around 0000 UTC, the time filter may not match it correctly. The filter computes the start and end of a broadcast as minutes offset from 0000 UTC, and doesn't expect for the end offset to be less than the start offset.
Fix committed.
When a broadcast wraps around 0000 UTC, the time filter may not match it correctly. The filter computes the start and end of a broadcast as minutes offset from 0000 UTC, and doesn't expect for the end offset to be less than the start offset.