Does MySQL\'s NOW() follow the system\'s timezone or some standard like GMT or UTC?
As far as I know its the system clock is returned. Check for your system's time zone. I you connect MySQL locally (like from PHP) time zones will not matter for MySQL, I prefer handling them in PHP.