How to populate timezones table in mariadb
04:11 07 Feb 2023

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.

mariadb