Setting the timezone in Zope
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>