I have a PHPBB3 DB with a user_timezone column that's varchar(100) and contains things like
Etc/GMT+8
Australia/ACT
UTC
Etc/GMT-2
Etc/GMT-10
Etc/GMT-1
Pacific/Tongatapu
Europe/London
Etc/GMT-8
The export then contains these in the HourOffset position and the import fails as they are not integers.
Incorrect integer value: '' for column 'HourOffset' at row 1