How to change the php server time zone? [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . We can use any simple code to display the system time only but I need some code to find the server(PHP) time zone and how to change the server time zone? 回答1: date_default_timezone_set('America/Los_Angeles');