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
Currently DESCRIBE EXTENDED uses an ambiguous date format for last-message:
DESCRIBE EXTENDED
last-message
Local runtime statistics ------------------------ messages-per-sec: 50.30 total-messages: 5012 last-message: 10/5/18 9:54:06 AM UTC
Is this 10th May, or 5th October?!
I suggest we use a standard like https://en.wikipedia.org/wiki/ISO_8601 so:
2018-10-05T10:15:23+00:00
or at the very minimum, 2018-10-05 for the date portion of the timestamp
2018-10-05
The text was updated successfully, but these errors were encountered:
Display stats timestamps in unambiguous format.
c419927
Fixes confluentinc#2002
Display stats timestamps in unambiguous format. (#2018)
3f8eff1
Fixes #2002
big-andy-coates
No branches or pull requests
Currently
DESCRIBE EXTENDED
uses an ambiguous date format forlast-message
:Is this 10th May, or 5th October?!
I suggest we use a standard like https://en.wikipedia.org/wiki/ISO_8601 so:
2018-10-05T10:15:23+00:00
or at the very minimum,
2018-10-05
for the date portion of the timestampThe text was updated successfully, but these errors were encountered: