Skip to content

Commit 6764ae6

Browse files
author
Richard Jones
committed
mention DEFAULT_TIMEZONE requirement in upgrading doc [SF#952932]
1 parent f9ac550 commit 6764ae6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Fixed:
1313
- roundup-server -g option not recognised (sf bug 952310)
1414
- HTML templating isset() inverted (sf bug 951779)
1515
- otks manager missing (sf bug 952931)
16+
- mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
1617

1718

1819
2004-05-10 0.7.1

doc/upgrading.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ Lines ``meta http-equiv`` added to the tracker templates in version 0.6.0
4444
are misleading and should be removed. Actual charset is sent in the
4545
true http header.
4646

47+
Migrating from 0.7.0 to 0.7.2
48+
=============================
49+
50+
0.7.2 DEFAULT_TIMEZONE is now required
51+
--------------------------------------
52+
53+
The DEFAULT_TIMEZONE configuration variable is now required. Add the
54+
following to your tracker's ``config.py`` file::
55+
56+
# You may specify a different default timezone, for use when users do not
57+
# choose their own in their settings.
58+
DEFAULT_TIMEZONE = 0 # specify as numeric hour offest
59+
60+
4761
Migrating from 0.7.0 to 0.7.1
4862
=============================
4963

0 commit comments

Comments
 (0)