Skip to content

Use seconds instead of millis for timestamps in cat api #4696

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

Closed
drewr opened this issue Jan 11, 2014 · 0 comments
Closed

Use seconds instead of millis for timestamps in cat api #4696

drewr opened this issue Jan 11, 2014 · 0 comments

Comments

@drewr
Copy link
Contributor

drewr commented Jan 11, 2014

Output of _cat/health:

time(ms)      timestamp cluster  status nodeTotal nodeData shards pri relo init unassign
1389481752742 17:09:12  debugger yellow         1        1      7   7    0    0        7

The precision of millis isn't necessary here, but more importantly:

% date -r 1389481752742
Sun Dec  3 11:32:22 CST 46000
% date -r 1389481752
Sat Jan 11 17:09:12 CST 2014
@ghost ghost assigned drewr Jan 13, 2014
drewr added a commit to drewr/elasticsearch that referenced this issue Jan 14, 2014
@drewr drewr closed this as completed in 1584835 Jan 14, 2014
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant