You can fix this by using the time zone name instead of the offset. UTC +14:00corresponds to the time zone Pacific/Kiritimati. So if you change the request to:
SELECT CONVERT_TZ(NOW(), '+00:00', 'Pacific/Kiritimati')
or
SELECT CONVERT_TZ(NOW(), 'UTC', 'Pacific/Kiritimati')
, NULL.
. MySQL . NULL, , , MySQL.
, :
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
, : convert_tz
MySQL 5.6.36.