Just run this as your SQL
1 2 3 |
SELECT NOW(); |
It returns ‘2017-02-25 23:50:26’
And this will return the timezone, so if your setting cron jobs, then check this as it will run at a different time.
1 2 3 |
select timediff(now(),convert_tz(now(),@@session.time_zone,'+00:00')); |
Shows -05:00:00