summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-03-01 16:10:51 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-03-01 16:10:51 +0000
commitb9f58ef4bb2ac57d03e5f79b3a8a29e53ed1ed03 (patch)
tree518b2444d9ee025c55d554496574b7154d7e97ed /src
parentb9da5b7b1eb0a0782201eb3de73b2ef4bb7548fc (diff)
downloadbcfg2-b9f58ef4bb2ac57d03e5f79b3a8a29e53ed1ed03.tar.gz
bcfg2-b9f58ef4bb2ac57d03e5f79b3a8a29e53ed1ed03.tar.bz2
bcfg2-b9f58ef4bb2ac57d03e5f79b3a8a29e53ed1ed03.zip
Reports/settings.py: Fix outdated link to time zone choices
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5743 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Reports/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Reports/settings.py b/src/lib/Server/Reports/settings.py
index 712d597f6..59d29114d 100644
--- a/src/lib/Server/Reports/settings.py
+++ b/src/lib/Server/Reports/settings.py
@@ -43,7 +43,7 @@ if DATABASE_ENGINE == 'sqlite3' and DATABASE_NAME == '':
DATABASE_NAME = "%s/etc/brpt.sqlite" % c.get('server', 'repository')
# Local time zone for this installation. All choices can be found here:
-# http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
+# http://docs.djangoproject.com/en/dev/ref/settings/#time-zone
try:
TIME_ZONE = c.get('statistics', 'time_zone')
except: