nextras / dbal

Database Abstraction Layer – concise secure API to construct queries & fetch data
https://nextras.org/dbal
MIT License
79 stars 28 forks source link

Documentation: MariaDB Timezone support #239

Closed Lumeriol closed 1 month ago

Lumeriol commented 7 months ago

Would it be possible to add a mention of time zones in MariaDB to the documentation? The setup is a bit different from MySQL and on some hosting servers there is only MariaDB.

Maybe just a link to the documentation where everything is explained with download links would suffice, so that a separate page doesn't have to be created?

https://mariadb.com/kb/en/time-zones/#mysql-time-zone-tables

hrach commented 7 months ago

That's a good idea. Could you prepare a PR? Ideally, mention some steps to do so.

Lumeriol commented 7 months ago

Okay, I'll try to create something