Page 1 of 1

How do I set user time stamp?

Posted: Tue Jan 23, 2007 12:02 pm
by tonylagrassa
Hello,
I'm trying to set up users in the same time zone as the server. I cannot figure out why the time is not the same. Both the server and user were setup on the same computer and then logged in on the same server at the same time.

This is what is reported:
Server time is GMT + (-6), 1/23/2007 12:04:26 PM now.
Tony's time is GMT + (0), 1/23/2007 6:04:26 PM now.

This is what it should read
Server time is GMT + (-6), 1/23/2007 12:04:26 PM now.
Tony's time is GMT + (-6), 1/23/2007 12:04:26 PM now.

Thanks in advance

Posted: Thu Jan 25, 2007 7:23 pm
by davidyin
You need to setup your server's time zone in inc.asp
Say,
servertimezone = -6
And
setup your location's time zone in Admin page.

Many Thanks

Posted: Fri Jan 26, 2007 11:49 am
by tonylagrassa
Yea,
I did setup the server time correctly.
I just missed the time zone in the locations area.
Thanks Again