The current login process transmits the user's local time and adjusts the time for their time zone. Do you want to be able to specifically set the time zone?
It think setting the timezone uses a bit of a javascript trick because it has to transmit the current time and then we compare it to the server's time.There is actually a column in gdn_User called HourOffset that controls all of this.
Comments