The code that determines staleness works off of current time instead of TLE Epoch. That makes it hard to write unit tests, because they will fail a year later. As indicated by the comment on the code, this should measure against the TLE Epoch instead.
The code that determines staleness works off of current time instead of TLE Epoch. That makes it hard to write unit tests, because they will fail a year later. As indicated by the comment on the code, this should measure against the TLE Epoch instead.