NorfairKing / validity

Validity and validity-based testing
https://www.youtube.com/watch?v=eIs9qNh17SM
MIT License
156 stars 31 forks source link

specifying that days happened after the beginning of time #75

Closed NorfairKing closed 4 years ago

NorfairKing commented 4 years ago

I can't believe I've had to do this, but it's caused real test failures. cc @lehins @nh2 @CSVdB

NorfairKing commented 4 years ago

In particular: the time library cannot parse timestamps that are rendered to (yyyyyyy)yyyy-mm-dd format if the timestamp is too negative. The beginning of time is recent enough to not have that problem.

NorfairKing commented 4 years ago

The obvious question is: should we predict the end of time too, and add that as an upper bound?