If our hosting server is in different timezone than our PHP version whichever you have do not show the correct time
By changing in setting in PHP, i.e (date.timezone) we can easily solved the problem .
For example:
date.timezone=”Indian/chagos”
In this example, we assume that we set the timezone for our PHP to date.timezone=”Indian/chagos”. to change timezone simply replace the ”Indian/chagos” with desired timezone.
I think it will be helpful for you.
Advertisement
Rocky said,
April 21, 2010 @ 1:24 pm
Seems helpful to me, quite a rookie I am!