graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05720
Re: [Question #270659]: TimeZone Issue
Question #270659 on Graphite changed:
https://answers.launchpad.net/graphite/+question/270659
Status: Answered => Solved
d4lamar confirmed that the question is solved:
Thanks Denis for your prompt answer.
I am using latest version installed from source from the git sources 2 days ago, the webapp says "WEBAPP_VERSION = '0.10.0-alpha'"
I don't know if there is a better way to define my version.
Indeed I did how you told me but I found the issue outside graphite.
To send epoch time to carbon I was converting timestamp to epoch using
"date" system util and I was not aware about this behaviour:
$ date -d "2015-08-23T09:14:29"
Sun Aug 23 04:14:29 CEST 2015
$ date -d "2015-08-23 09:14:29"
Sun Aug 23 09:14:29 CEST 2015
I was converting timestamp with T separator to epoch time and this is
was the cause of the time shift.
Thanks and Best Regards,
d4lamar
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.