-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Perf logging: change date to ISO 8601 #51833
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
Size Change: 0 B Total Size: 1.43 MB ℹ️ View Unchanged
|
Flaky tests detected in 484b05c. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5354192057
|
What?
Currently we log a UNIX timestamp, which is in seconds. ISO 8601 is human readable and parsable by
new Date()
, e.g.2023-06-22T21:00:30+03:00
.Why?
Date logging is broken on https://www.codevitals.run/project/gutenberg.
How?
Testing Instructions
Testing Instructions for Keyboard
Screenshots or screencast