I have installed mysql in my linux server. My server timezone is UTC but mysql timezone in EDT. Now i want to change mysql timezone to UTC.
when i run date in linux command, it shows Fri Nov 6 09:25:01 UTC 2015
when i run select now() in mysql,it shows 2015-11-06 04:25:26.
So how to change EDT to UTC in mysql.
Note : i m using mysql workbench.