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
I assume that creation_time is supposed to be a unix timestamp? It's formatted in scientific notation, which I assume is not intended.
creation_time
vault token-lookup abcd-1234 Key Value [...] creation_time 1.461171256e+09 [...]
Scientific notation is also used in the JSON and YAML output formats.
The text was updated successfully, but these errors were encountered:
Yes, this is a very old known issue. Closing for now as it's already on our TODO.
Sorry, something went wrong.
No branches or pull requests
I assume that
creation_time
is supposed to be a unix timestamp? It's formatted in scientific notation, which I assume is not intended.Scientific notation is also used in the JSON and YAML output formats.
The text was updated successfully, but these errors were encountered: