logo

How can I change my time zone in webmail? Print

  • 0

To change the timezone of your server please follow the below steps:

 

1: You need to add coding into your  the .htaccess file.

 

2: Once you add the coding in your .htaccess file in root folder then your timezone will be according to INDIA.

 

CODING for time zone:

 

SetEnv TZ Asia/Kolkata
php_value date.timezone "Asia/Kolkata"


Was this answer helpful?
Back