Hello all,
Today a client of mine came over saying my servers MySQL is showing him the wrong date when he runs this function :-
mysql> select now();
+---------------------+
| now() |
+---------------------+
| 2012-07-25 22:49:03 |
+---------------------+
1 row in set (0.00 sec)
Can any one tell me, how can i go ahead and rectify this issue ?
Thank you,
Today a client of mine came over saying my servers MySQL is showing him the wrong date when he runs this function :-
mysql> select now();
+---------------------+
| now() |
+---------------------+
| 2012-07-25 22:49:03 |
+---------------------+
1 row in set (0.00 sec)
Can any one tell me, how can i go ahead and rectify this issue ?
Thank you,