Jump to content

change mysql timezone


dsjoes

Recommended Posts

i have contacted my host and they said

I have checked and noticed that your website is showing the server time. It is not possible to overwrite the server time. Hence you need to upload a script in your website so that it shows the desired time zone. I have uploaded a test script at http://example.com/time.php which shows the time according to timezone = Europe/London.

 

so i'm using the below code which i include into pages that i need it for it works when i echo the the date

date_default_timezone_set('Europe/London');

 

but mysql time still shows the server time how do i stop this. i am using the timestamp in mysql to capture the date and time info was inserted

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.