[Zope] How to change the time zone for Zope?
   
    Terry
     
    terry@taipeitimes.com
       
    Mon, 28 Jan 2002 11:58:03 +0800
    
    
  
Hello Joseph,
Because my OS is GNU/Linux Debian. So I modified the start sheel script 
just like what you said.
###############
/etc/initd.d/zope
&&
/usr/sbin/zopectl
###############
But still could not set the right time zone for my  Zope.
Thanks a lot  for giving me the suggestion from the other side of the 
EARTH  ;-)
Have a nice day,
Terry
Joseph Wayne Norton wrote:
>Terry -
>
>The following works for me ...
>
># locale
>TZ=Japan
>export TZ
>
>if you place in the shell script that invokes the actual z2.py python
>startup script.
>
>- j
>
>