graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01046
Re: [Question #163458]: graph time is off by about 2 hours forward
Question #163458 on Graphite changed:
https://answers.launchpad.net/graphite/+question/163458
Status: Open => Answered
chrismd proposed the following answer:
Usually Django (the framework the graphite webapp is built on)
autodetects your system timezone but if it cannot it assumes a default
of CDT, which is 2 hours ahead of PDT. You may want to doublecheck that
your system's timezone configuration is correct (which it may be, I'm
not entirely sure what causes the autodetect to fail). If that doesn't
work then try overriding the TIMEZONE setting in your local_settings.py
file, set it to something like 'America/Los_Angeles'. Restart apache and
you should be good to go.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.