From 6f2b4d0f913f9b62133b9995dfde8fc27115ade7 Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 15 May 2024 11:02:33 +0200 Subject: [PATCH] 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". --- .idea/dataSources.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 6071d48..c09ade2 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -14,6 +14,7 @@ org.mariadb.jdbc.Driver jdbc:mariadb://localhost:3434/brief_06 $ProjectFileDir$ + Europe/Paris \ No newline at end of file