There is the time difference between the server time(bluehost) and my domestic time zone (time at my country).
I would like to put on my site time from my country, not Utah (server) time, which is always showing. (for example it's 8AM in Utah and here it's 4PM, that's the time difference).
i tried with php.ini instructions :
- Code: Select all
date.timezone = "Europe/Belgrade";
but this does not work....
also, I tried to add this code in header.inc.php
- Code: Select all
date_default_timezone_set('Europe/Belgrade'); // select your time zone!
( List of Supported Timezones-> http://www.php.net/manual/en/timezones.europe.php )
This also doesn't work.
Does anyone know the solution??



News