Skip to content
sankaranand edited this page Feb 11, 2011 · 1 revision

How to troubleshoot timezone problem while installing in localhost ?

Generally it throws an error while depending time on local system settings, so we have to externally set a timezone for it to follow. You can do that by Open file /app/config/core.php and go to the line 130 uncomment the line below date_default_timezone_set('Asia/Calcutta'); and set your own time zone. You can find your timezone here http://php.net/manual/en/timezones.php

Clone this wiki locally