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

Human readable formatted timestamps #3

Closed
abh opened this issue Sep 28, 2014 · 3 comments
Closed

Human readable formatted timestamps #3

abh opened this issue Sep 28, 2014 · 3 comments

Comments

@abh
Copy link

abh commented Sep 28, 2014

It'd be nice with an option to format timestamps in some human readable format.

@abh abh changed the title Format timestamps Human readable formatted timestamps Sep 28, 2014
@Dieterbe
Copy link
Owner

agreed.
is this something that the influxdb think would make sense to implement in the server, though?
something like select date(time, '%Y-%m-%d %H:%M:%S'), sequence_number, value from foo?
if not, we can do it in influx-cli, but it seems to make sense to implement it serverside, so it works in all clients, and you could also easily do select time, date(time) to see the original timestamp and human readable next to each other. doing this in the client gets cumbersome.

cc @jvshahid @pauldix

@abh
Copy link
Author

abh commented Dec 11, 2014

I think the server should just have an API and the applications should do the formatting. It doesn't make sense to me to make the server have UI features.

@Dieterbe
Copy link
Owner

implemented!

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

2 participants