How to populate timezones table in mariadb
I am using this function in maria db it returns null.
SELECT CONVERT_TZ('2016-01-01 12:00:00','GMT','Africa/Johannesburg');
I searched on google it tells me to populate tables in maria db. But I do not know how to populate timezones table in maria db I see maria db documentation but it not help me.
Please help me to populate table.