View Single Post
Old 11-02-2010, 12:28 PM  
Davy
Confirmed User
 
Davy's Avatar
 
Industry Role:
Join Date: Apr 2006
Location: Germany
Posts: 4,323
Quote:
Originally Posted by woj View Post
Run a query, does that show correct time too?
-->
SELECT NOW();
Checked it:

Quote:
$ date
Tue Nov 2 15:27:03 EDT 2010

$ mysql
mysql> SELECT NOW();
+---------------------+
| NOW() |
+---------------------+
| 2010-11-02 15:27:19 |
+---------------------+
1 row in set (0.00 sec)
So yes, the time seems correct.
__________________
---
ICQ 14-76-98 <-- I don't use this at all

Last edited by Davy; 11-02-2010 at 12:30 PM..
Davy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote