1

I need to set them to the same timezone.

vps
  • 1,187
  • 3
  • 12
  • 12

1 Answers1

2

MySQL timezone management is documented at http://dev.mysql.com/doc/refman/5.1/en/time-zone-support.html. As for PHP, it's documented at http://us.php.net/manual/en/datetime.configuration.php#ini.date.timezone

Dominik
  • 2,198
  • 13
  • 9