简体   繁体   中英

PHP date_default_timezone_set() and time()

Does date_default_timezone_set() function affect the value of time() ? Or does it just affect the date() function?

time() is timezone independent. See this comment on PHP's time() documentation page:

The function time() returns always timestamp that is timezone independent (=UTC).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM