so that when I do now(), it will show the current California time?

link|improve this question

Please edit your question to detail which OS your server runs. – jscott Mar 22 '10 at 15:43
feedback

1 Answer

up vote 1 down vote accepted

NOW() returns the current time and timezone as currently understood by the server. If it is not returning the current time in PST, it will be the server that needs changed not MySQL.

MySQL Documentation

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.