formats icon indicating copy to clipboard operation
formats copied to clipboard

Inconsistency in leap seconds

Open AurelienFT opened this issue 1 year ago • 3 comments

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 ?

AurelienFT avatar Dec 05 '24 23:12 AurelienFT

cc my reviewer @tarcieri

AurelienFT avatar Dec 05 '24 23:12 AurelienFT

Yes, sounds good

tarcieri avatar Dec 06 '24 16:12 tarcieri

Ok will modify the code and the actions.

AurelienFT avatar Dec 06 '24 16:12 AurelienFT