does php's date_default_timezone_set adjust to daylight saving?

前端 未结 3 839

Does php\'s date_default_timezone_set adjust to daylight saving?

I have this code, and wonder if it will always result in the correct Stockholm time?



        
3条回答
  •  执念已碎
    2021-01-05 04:40

    As long as your timezone is listed in the following link, timestamp should be relative to the correct timezone.

    http://www.php.net/manual/en/timezones.php

提交回复
热议问题