Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在日志中发现此错误消息:
PHP Notice: date_default_timezone_set(): Timezone ID 'utc' is invalid
如何解决?我在 Ubuntu 13.10 和 nginx 上使用 PHP-FPM。
我猜你需要使用“UTC”,而不是“UTC”。时区很可能区分大小写。
编辑:快速使用 php -a 证实了这一点。