Timezones in Graphite?

Asked by sdeusch

My machine runs on PST timezone, but the chart shows up 2 hours in the future.
Apache is set on PST, the platform default. All other timestamps in log files are also on PST.

Where in graphite can I change or set the timezone to show it in something different than central time?

Thanks
-sD

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
sdeusch
Solved:
Last query:
Last reply:
Revision history for this message
sdeusch (s-deusch) said :
#1

Found the answer in an earlier post this year. Sorry for the spam.

To summarize, I changed following line in webapp/web/setting.py to look like so (for PST) and that worked:

TIME_ZONE = 'America/Los_Angeles'

-sD

Revision history for this message
Joshua Barratt (jbarratt) said :
#2

For anyone who finds this via search like I did, the right place to put this nowdays would be

$GRAPHITE_ROOT/webapp/graphite/local_settings.py