*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?