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:
parent
5283491a3b
commit
6f2b4d0f91
1
.idea/dataSources.xml
generated
1
.idea/dataSources.xml
generated
@ -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>
|
Loading…
x
Reference in New Issue
Block a user