ERROR Fatal error: Illegal or unknown default time zone 'UTC'

Solution 1:

Named timezones are usable when they exist in your mysql database. In your case it seems that you don't have them there, so you can use offset relatives to UTC e.g: '+07:00' or '-04:00' or '+00:00'.