formats
formats copied to clipboard
Inconsistency in leap seconds
In https://github.com/RustCrypto/formats/pull/1583 I changed 10 to 37 leap seconds in UNIX timestamp but from_unix and to_unix are still using + 10 and - 10. It should be + 37 and - 37 no ?
cc my reviewer @tarcieri
Yes, sounds good
Ok will modify the code and the actions.