From d21e535f1947476ba25dccee718f7852d3381c7a Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 10 Mar 2014 17:24:07 -0700 Subject: [PATCH] Have graphite use the One True Timezone. Because the default is, um, Chicago. Change-Id: I82167c8c939c66ec2d456d1ef357f0c766ceef0f --- templates/local_settings.py.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/local_settings.py.erb b/templates/local_settings.py.erb index edba858..7b1a757 100644 --- a/templates/local_settings.py.erb +++ b/templates/local_settings.py.erb @@ -1,3 +1,4 @@ STORAGE_DIR = '/var/lib/graphite/storage/' CONF_DIR = '/etc/graphite/' LOG_DIR = '/var/log/graphite/' +TIME_ZONE = 'Etc/UTC'