How to change the time zone for a particular site
crankycronos posted this on Aug 1st 2007 at 7:35 am under Ensim Fixes
Steps involved:
1) Make a copy of the original
2) Run “timeconfig”, and pick the timezone and accept. This creates a new /etc/localtime file with this timezone.
3) copy the new /etc/localtime to the users domain: domain.com (remember to change this)
4) restore your real timezone file:
cp /etc/localtime /etc/localtime.save timeconfig cp /etc/localtime /home/virtual/domain.com/etc/localtime cp /etc/localtime.save /etc/localtime
