Mismatch between DATETIME values in H2 and MySQL databases inserted from Java/Kotlin
问题 TLDR: How to always save correct UTC date time value into the field of DATETIME type of both H2 and MySQL databases with Java Hibernate? Full context: I have a table with DATETIME field in the database and I want to insert rows where: by default (when no value is given) will be stored current UTC time or if the UTC date time is given, it should be stored without additional timezone conversions. The problem that it has to run on local H2 database as well as on local mysql inside Docker and on