feat: add timezone setting to data source

A timezone setting has been added to the dataSources.xml file. This change is for addressing any potential issues related to time manipulation that may arise due to the difference in time zones. Specifically, the timezone was set to "Europe/Paris".
This commit is contained in:
Mathis H (Avnyr) 2024-05-15 11:02:33 +02:00
parent 5283491a3b
commit 6f2b4d0f91
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

1
.idea/dataSources.xml generated
View File

@ -14,6 +14,7 @@
<jdbc-driver>org.mariadb.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mariadb://localhost:3434/brief_06</jdbc-url>
<working-dir>$ProjectFileDir$</working-dir>
<time-zone>Europe/Paris</time-zone>
</data-source>
</component>
</project>