Hi,
My php website is showing the wrong time. I don't think it's a timezone thing. The website is running purely on my local machine under localhost. It's around 10 hours slow, which means when I login this morning, Monday morning, the date shows up as Sunday still.
In my php.ini file, I have
date.timezone = Australia/Hobart
But I'm wondering whether there's some other setting I'm not aware of.
Can anyone help?
Thanks
My php website is showing the wrong time. I don't think it's a timezone thing. The website is running purely on my local machine under localhost. It's around 10 hours slow, which means when I login this morning, Monday morning, the date shows up as Sunday still.
In my php.ini file, I have
date.timezone = Australia/Hobart
But I'm wondering whether there's some other setting I'm not aware of.
Can anyone help?
Thanks
Comment