docs: fixed example timezones (#5083)

This commit is contained in:
Layne
2016-11-29 14:35:59 -08:00
committed by Neil Lathwood
parent 78ae0f42a1
commit f74020da8e

View File

@@ -48,7 +48,7 @@ pear install Net_IPv4-1.3.4
pear install Net_IPv6-1.2.2b2
```
In `/etc/php.ini` ensure date.timezone is set to your preferred time zone. See http://php.net/manual/en/timezones.php for a list of supported timezones. Valid examples are: "America/New York", "Australia/Brisbane", "Etc/UTC".
In `/etc/php.ini` ensure date.timezone is set to your preferred time zone. See http://php.net/manual/en/timezones.php for a list of supported timezones. Valid examples are: "America/New_York", "Australia/Brisbane", "Etc/UTC".
```bash
service php-fpm restart