vrp
vrp copied to clipboard
clamp timestamps when formatting
A more conservative version of #177.
Basically Timestamp goes far beyond what unix timestamps allow (notably Float::MAX stuff). So just assume overflowing values are MAX_TIMESTAMP and underflowing values are MIN_TIMESTAMP.
This changeset only affects vrp-pragmatic, unlike my previous suggestion
I believe this fixes #174