intellij mysql set timezone

Solutions on MaxInterview for intellij mysql set timezone by the best coders in the world

showing results for - "intellij mysql set timezone"
Samia
16 Sep 2019
1value="jdbc:mysql://localhost:3306/dbname?serverTimezone=UTC"
2
3
4in MYSQL do :(for french people, change the zone for u) 
5
6SET GLOBAL time_zone = 'Europe/Paris';
7SET time_zone = 'Europe/Paris';
8
9
10+ see spring configuration : 
11https://www.baeldung.com/mysql-jdbc-timezone-spring-boot