Data on graphs appears off by one hour

Asked by Mike

Hello,

I've loaded several data sets into Carbon, and while the timestamp appears correct on the input data, it's always off by one hour on graphs. There aren't any timezone settings that I can find, for either the DB or the interface. Anything I can look at to try and fix this?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
Mike
Solved:
Last query:
Last reply:
Revision history for this message
Serge Danzanvilliers (serge-danzanvilliers) said :
#1

It's in webapp/graphite/local_settings.py. You should set TIME_ZONE = whatever you want. By default if you don't set it, I've noticed that the webapp almost always guess it wrong.

Revision history for this message
Mike (mapa3m) said :
#2

Excellent, thank you, that fixed the problem!