Click here to register with us
Portal Home > Knowledgebase > Getting Started > Can I change the server clock or time zone?
The server clock is set to Central Standard Time. You cannot change the server time.You can change the time zone within a php script. Here is a sample code:<?php putenv("TZ=Asia/Jerusalem"); ?>
You can set the timezone in .htaccess as well. Add the line:SetEnv TZ Asia/Jerusalem List of timezones is here: http://us.php.net/manual/en/timezones.php
Was this answer helpful? Yes No
Add to Favourites Print this Article
Powered by WHMCompleteSolution