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
Created-timestamps for certificates are shown as Jan 18, 1970.
I verified that they are coming in correctly via the /certificates call in dashboard. Example of a recent one:
"created_at": 1547203708 (which translates to "Fri, 11 Jan 2019 10:48:28 GMT")
All created-dates are set to "Jan 18, 1970".
Correct date should be displayed
Click on the 'Certificates' tab.
Any screenshots? Browsers' logs? Screenshot: https://cl.ly/342dfdc3d436
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from shazha/fix/PGBI#196
70bd013
Fix timestamps
No branches or pull requests
Issue summary
Created-timestamps for certificates are shown as Jan 18, 1970.
I verified that they are coming in correctly via the /certificates call in dashboard.
Example of a recent one:
"created_at": 1547203708 (which translates to "Fri, 11 Jan 2019 10:48:28 GMT")
Your environment
Issue description
Current behavior
All created-dates are set to "Jan 18, 1970".
Expected behavior
Correct date should be displayed
Steps to reproduce
Click on the 'Certificates' tab.
Good to have
Any screenshots? Browsers' logs?
Screenshot: https://cl.ly/342dfdc3d436
The text was updated successfully, but these errors were encountered: