Skip to content
New issue

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

Unix timestamps displayed using scientific notification #21

Open
judgej opened this issue Feb 15, 2021 · 0 comments
Open

Unix timestamps displayed using scientific notification #21

judgej opened this issue Feb 15, 2021 · 0 comments

Comments

@judgej
Copy link

judgej commented Feb 15, 2021

Running Windows x64 version. Works beautifully smoothly, giving me the token details in the CLI window and the local http://localhost:8080/callback webpage.

This is a display issue on the web page listing the ID token claims:

  • auth_time: 1.613386311e+09
  • exp: 1.613386673e+09
  • iat: 1.613386373e+09
  • nbf: 1.613386373e+09

It does not look like any digits are missing, but having to convert 1.613386373e+09 to 1613386373 before it can be used is a mild inconvenience.

It would be nice if these timestamps were also displayed in a human-readable format too, just to help in understanding the data, but not essential.

Trivial, but just logging it for visibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant