Avatar

Setting the timezone in Zope

written by Matt Hamilton, on Jan 2, 2008 12:30:00 PM.

We have a Zope instance running on a central corporate server that needs to have the local timezone of another country (in this case the 'Belgium' intranet zope instance is hosted on the 'UK' zope server).

To do this add the timezone to the environment section in etc/zope.conf e.g.

<environment>
 TZ "Europe/Brussels"
</environment>

Leave a Reply