We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #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 ?
10
37
from_unix
to_unix
+ 10
- 10
+ 37
- 37
The text was updated successfully, but these errors were encountered:
cc my reviewer @tarcieri
Sorry, something went wrong.
Yes, sounds good
Ok will modify the code and the actions.
No branches or pull requests
In #1583 I changed
10
to37
leap seconds in UNIX timestamp butfrom_unix
andto_unix
are still using+ 10
and- 10
. It should be+ 37
and- 37
no ?The text was updated successfully, but these errors were encountered: