Hemanth wrote:

> Hi friends,
> 
> Is there a solution to showing the proper time and date at user
> browsers and also recording proper USER times in the database
> operations in mysql

I think it's better to record UTC times only, but display them according
to the users timezone.  You can do that by telling mysql which timezone
you want per session.

http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to