[PHP-DB] Clock struggles

2001-07-12 Thread Taylor \Cody\ Fletcher

Im running PHP off of Win2k. The clock on the server is set correctly, but somehow PHP 
timestamps are adding 7 hours to that. Is there a time zone property that needs to be 
changed?



Re: [PHP-DB] Clock struggles

2001-07-12 Thread leo g. divinagracia iii

are you using the GMT time functions or localtime functions?

gmmtime, gmdate and gmstrftime are all GMT 

time, localtime, mktime, strftime use local time...

Taylor \Cody\ Fletcher wrote:
 
 Im running PHP off of Win2k. The clock on the server is set correctly, but somehow 
PHP timestamps are adding 7 hours to that. Is there a time zone property that needs 
to be changed?

-- 
Leo G. Divinagracia III
[EMAIL PROTECTED]

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]