On one server, when I run:
mysql> select now(); +---------------------+ | now() | +---------------------+ | 2009-05-30 16:54:29 | +---------
You have to set up the your location timezone. So that follow below process Open your MSQLWorkbench write a simple sql command like this;
select now();
And also your url could be like this;
url = "jdbc:mysql://localhost:3306/your_database_name?serverTimezone=UTC";