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

Timezone settings #18

Closed
l4u opened this issue Dec 31, 2011 · 4 comments
Closed

Timezone settings #18

l4u opened this issue Dec 31, 2011 · 4 comments

Comments

@l4u
Copy link
Contributor

l4u commented Dec 31, 2011

Do I need to configure the timezone?
At the event feed, the timestamps are shown in my timezone (GMT+8).
But in the history, all the events are at 08:00:00.

@asmuth
Copy link
Owner

asmuth commented Jan 3, 2012

Mh, timezones shouldn't be an issue, since the function which converts the unix (utc) timestamps to a human readable date runs on the client side / in your browser.

The reason all history events display 08:00:00 as creation time is a bug though: When fnordmetric queries the history events from the "timeline set" it doesn't fetch their creation dates for performance reasons right now (they are stored in another set). So the 08:00:00 is really just a zero timestamp. I guess we should either remove the date from the list if we don't have it or actually fetch it from redis. What do you think?

@siebertm
Copy link

siebertm commented Jan 9, 2012

But there's something wrong though:

I'm in UTC+1, it's 10:04 now. I have a timeline widget with a data point at 9:00 which increases now. the 10:00 datapoint is still at 0, so somehow - at least the timeline widget - isn't respecting my local timezone.

I didn't look into the problem until now, but can anyone confirm what I'm seeing? (server and client timezone are the same)

@Gerhardk
Copy link

Hey I am getting the same problem my timeline graphs are out by 2 hours. Is the a way to over ride the time zone that the graphs are using.

@l4u
Copy link
Contributor Author

l4u commented Mar 31, 2012

Finally I got some time to play with fnordmetric again. 😆
@paulasmuth I agree that we should add an option to allow fetching data from redis as well 👍

@asmuth asmuth closed this as completed in fa06fee Apr 21, 2012
rossta pushed a commit to challengepost/fnordmetric that referenced this issue Apr 21, 2012
Fixes asmuth#18 hide time when time data is not retrieved from the redis
asmuth pushed a commit that referenced this issue Nov 16, 2014
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

4 participants