diff options
Diffstat (limited to 'www/reviewboard/files/patch-reviewboard-settings.py')
-rw-r--r-- | www/reviewboard/files/patch-reviewboard-settings.py | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/reviewboard/files/patch-reviewboard-settings.py b/www/reviewboard/files/patch-reviewboard-settings.py index 5d76780ff09d..ee018e426822 100644 --- a/www/reviewboard/files/patch-reviewboard-settings.py +++ b/www/reviewboard/files/patch-reviewboard-settings.py @@ -1,12 +1,10 @@ ---- reviewboard/settings.py.orig 2012-04-30 12:28:31.000000000 +0800 -+++ reviewboard/settings.py 2012-04-30 12:30:01.000000000 +0800 -@@ -16,8 +16,8 @@ - MANAGERS = ADMINS - - # 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 --TIME_ZONE = 'US/Pacific' -+# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE +--- reviewboard/settings.py.orig 2012-12-19 00:50:53.000000000 +0800 ++++ reviewboard/settings.py 2012-12-19 00:52:55.000000000 +0800 +@@ -28,7 +28,7 @@ + # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE + # When USE_TZ is enabled, this is used as the default time zone for datetime + # objects +-TIME_ZONE = 'UTC' +TIME_ZONE = 'Etc/UTC' # Language code for this installation. All choices can be found here: |