When i was checking the GMT time here
it was 05:40:00, at the same time i ran the below query in mysql,
SET time_zone='+00:00'; // to get GMT time
SELECT NOW();
It was 05:37:50 from above query. So in mysql i am getting around 2 minutes time difference from GMT. It has to give 05:40:00 instead of 05:37:50. How to resolve this?
Thanks for your valuable time.