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 order for users to be sure that their local clock agrees with the mint's clock, the mint should publish its current time in the info response.
The text was updated successfully, but these errors were encountered:
we should either use Unix timestamp or format returned by new Date().toISOString() which is2012-04-23T18:25:43.511Z (where the time used is UTC), rationale: https://stackoverflow.com/questions/10286204/what-is-the-right-json-date-format
new Date().toISOString()
2012-04-23T18:25:43.511Z
Sorry, something went wrong.
I would prefer the unix timestamp. Its what we use in other places.
Successfully merging a pull request may close this issue.
In order for users to be sure that their local clock agrees with the mint's clock, the mint should publish its current time in the info response.
The text was updated successfully, but these errors were encountered: