It is not safe to rely on the system’s timezone
If you receive the error “It is not safe to rely on the system’s timezone” when installing WordPress, you need to modify the php.ini to include your timezone. So open up php.ini and find the [Date] section. Add the following line: date.timezone = Australia/Sydney modified for your real timezone of course! Now you must reboot.