Skip to content
Philippe Marschall edited this page Apr 29, 2018 · 2 revisions

We're getting mixed results with MySQL and MariaDB. At this point we can not give instructions for setups that correctly work in every case. However the following thins seem to help:

  • The DATETIME seems preferable over the TIMESTAMP datatype for LocalDateTime.
  • The server and the client should run in the same time zone. If that is not possible the server time zone should be configured on the client.

We recommend using a rigorous test suite to ensure the setup produces correct results.

Clone this wiki locally