Re: internal MYSQL clock?

2002-07-17 Thread Gerald R. Jensen
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 16, 2002 9:07 PM Subject: internal MYSQL clock? Hi, I just encountered a problem when entering a datetime field. Using 'now()' in my SQL string input a time about 13 minutes before my other method (a JSP System.currentTimeMillis() method

Re: internal MYSQL clock?

2002-07-17 Thread Egor Egorov
Paul, Wednesday, July 17, 2002, 5:07:44 AM, you wrote: PW I just encountered a problem when entering a datetime field. Using PW 'now()' in my SQL string input a time about 13 minutes before my other PW method (a JSP System.currentTimeMillis() method - one that generates the PW time from

internal MYSQL clock?

2002-07-16 Thread Paul Wallace
Hi, I just encountered a problem when entering a datetime field. Using 'now()' in my SQL string input a time about 13 minutes before my other method (a JSP System.currentTimeMillis() method - one that generates the time from the CPU clock) Can anyone tell me why the time generated by now()