Hi,
I have a simple news script for my site for updates etc.
At the end of each news posting it stores the time. the problem is, my hosting server is in the US and as such is on a different time zone to me (I am in Ireland GMT)
Here is where I set the time:
$time=date("h:ia d/m/y");
How can i make it so that it will store the time + 5 hours (which would be the correct time for where i am.
Thanks in advance,
Martin