Quote:
Originally Posted by Inverness
*necromancy*
I think this should be stickied, could someone do that?
Also Graal's timevar2 seems to be out of synch after I just synched my clock to the time server. So I added this function to make match the clock on my computer by the second.
PHP Code:
function adjustTime(ctime) { // ctime + (60 * 8) - 3600 - 2 return ctime - 3122; }
Maybe Stefan needs to resynch whatever controls the timevar2?
|
If this is serverside, then it will just be a simple case of the system time being wrong on the machine that is hosting your gserver.
If this is clientside and on Windows, then timevar2 isn't doing what you think. (Windows version's clientside timevar2 is using the amount of seconds after the client has been opened, Linux/Mac and serverside use timevar2 as true UNIX time.)
Quote:
Originally Posted by Angel_Light
wait for timevar3?
|
timevar3 does already exist, however it only works on Graal3D servers at the present time. In any case, timevar3's accuracy will only be good if the system time on the server is correct, so the gserver time needs updating (which I guess is what Inverness is trying to say.)