Re: inserting client time instead of server time

2008-05-14 Thread Rob Wultsch
On Mon, May 12, 2008 at 11:25 PM, Sebastian Mendel <[EMAIL PROTECTED]> wrote: > Hi, > > is there a way or a function like NOW() except it returns the client time > and not the server time? > > -- > Sebastian Mendel Timezone for the client is used for NOW(), but the client timezone default to that

Re: inserting client time instead of server time

2008-05-13 Thread Wieland Gmeiner
On Tue, May 13, 2008 at 8:25 AM, Sebastian Mendel <[EMAIL PROTECTED]> wrote: > is there a way or a function like NOW() except it returns the client time > and not the server time? On Linux you could do something like: mysql -e "insert into tablex (..., clientside_timestamp, ...) values (..., '$(

inserting client time instead of server time

2008-05-12 Thread Sebastian Mendel
Hi, is there a way or a function like NOW() except it returns the client time and not the server time? -- Sebastian Mendel -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]