Brian Snopek writes:
> I'm fairly certain now() runs off system time...so you can adjust your system
> time on the server to reflect your time zone...
The computer should know what timezone it's in. You can unset TZ
before running safe_mysqld to get MySQL to run on UTC, but that is
a kludge, r
I'm fairly certain now() runs off system time...so you can adjust your system
time on the server to reflect your time zone...
if thats not possibly, or not wanted, in place of now, you can use..
DATE_SUB(NOW(), INTERVAL 2 HOUR)
cheers!
On January 7, 2002 11:53 pm, Kevin Campbell wrote:
>