Page 1 of 1

How to change timezone of server?

Posted: Wed Apr 08, 2015 3:25 am
by anthonygonzales
Hello,

I built Scalix Server with minimal installation, but i am not able to change timezone of server?

--AnthonyG

Re: How to change timezone of server?

Posted: Wed Apr 08, 2015 3:35 am
by prakashnikhar
Hi Anthony,

select your time zone from /usr/share/zoneinfo/ and copy to /etc/localtime

Refer below Example:

Code: Select all

# cd /usr/share/zoneinfo/Asia/Kolkata
# cp -rp /usr/share/zoneinfo/Asia/Kolkata /etc/localtime

Re: How to change timezone of server?

Posted: Wed Apr 08, 2015 3:36 am
by anthonygonzales
Hi Prakash,

Thanks for the quick response, issue has been resolved :mrgreen: :mrgreen:

--AnthonyG