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
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
(..., '$(
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]