Database: Enabling timezone support (MySQL)¶
Caution
Even though DSMR-reader does not officially support MySQL/MariaDB, it should run fine. There is however one big gotcha: You will need to enable timezone support.
On recent versions it should be as simple as executing the following command as root/sudo user:
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
See also
Check these docs for more information about how to enable timezone support on MySQL.