From dc87909223522c53ad67f10a6e35ce0987e7287b 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 --- modules/graphite/templates/local_settings.py.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphite/templates/local_settings.py.erb b/modules/graphite/templates/local_settings.py.erb index edba8581bb..7b1a757870 100644 --- a/modules/graphite/templates/local_settings.py.erb +++ b/modules/graphite/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'