Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normative: Change offset in ISODateTimeWithinLimits to actually 24h
The note (and the algorithm itself) claims: > time within 24 hours (8.64 × 10^16 nanoseconds) This is incorrect, 24 hours are 8.64 × 10^13 nanoseconds, which is the value that was intended to be used here (it's already correctly used in other places). 8.64 × 10^16 nanoseconds are actually 24000 hours.
- Loading branch information