stairtower icon indicating copy to clipboard operation
stairtower copied to clipboard

It is not safe to rely on the system's timezone settings

Open xiaotianhu opened this issue 9 years ago • 1 comments
trafficstars

It happens when I first run the server on my mac with PHP 5.5.27. added"date_default_timezone_set("PRC");" in server file and solved.

xiaotianhu avatar Sep 03 '16 02:09 xiaotianhu

Thank you for the report!

The default time zone should be set in php.ini. The default time zone for e.g. is "Europe/Vienna". But I may should point that out in the installation instructions.

cundd avatar Sep 03 '16 09:09 cundd