diff templates/minimal/config.py @ 2149:702f9a6afdcf

Added DEFAULT_TIMEZONE. Fixed up some missing info from What's New.
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Mar 2004 23:45:34 +0000
parents cc4667ef3f12
children fa50e1347397 cc3726fc8830
line wrap: on
line diff
--- a/templates/minimal/config.py	Fri Mar 26 18:18:31 2004 +0000
+++ b/templates/minimal/config.py	Fri Mar 26 23:45:34 2004 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: config.py,v 1.5 2004-03-25 19:27:15 eparker Exp $
+# $Id: config.py,v 1.6 2004-03-26 23:45:34 richard Exp $
 
 import os
 
@@ -131,4 +131,8 @@
 EMAIL_CHARSET = 'utf-8'
 #EMAIL_CHARSET = 'iso-8859-1'   # use this instead for Eudora users
 
+# You may specify a different default timezone, for use when users do not
+# choose their own in their settings.
+DEFAULT_TIMEZONE = 0            # specify as numeric hour offest
+
 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/