Jump to content

timezone ?????


adamriley

Recommended Posts

date_default_timezone_get() will return the timezone the script is using no matter what you feed the function.

date_timezone_default_set()will set the timezone to use whatever the function specifies.

Soto set the timezone you should use:

date_default_timezone_set('Europe/London')

 

 

HTH

Teamatomic

Link to comment
https://forums.phpfreaks.com/topic/201286-timezone/#findComment-1056110
Share on other sites

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.