1

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

Alex
  • 8,471
  • 26
  • 75
  • 99

1 Answers1

1

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

Warner
  • 23,756
  • 2
  • 59
  • 69