Hosted Projects - FS2 Required > Phoenix

Database inconsistency detected

<< < (12/13) > >>

blowfish:

--- Code: ---function setTZCountDown(tz)
{
  var toDate = new Date(1238544000000);
  toDate.setMinutes(0-(tz*60));
 
  var fromDate = new Date();
  fromDate.setMinutes(fromDate.getMinutes() + fromDate.getTimezoneOffset());
 
  var diffDate = new Date(0);
  diffDate.setMilliseconds(toDate - fromDate);
 
  return Math.floor(diffDate.valueOf()/1000);
}
--- End code ---

Javascript used to calculate the time offset.  If it returns less than zero, "Synchronized" is displayed.

Androgeos Exeunt:
I still have 24 000+ seconds to go before synchronisation. What in the world is going on?

Antares:
WARNING

WARNING

CONFLICKER HAS BREACHED THE FORUM

DATABASE CORRUPTED

CONTAINMENT FAILURE IS IMMINENT

FreeSpaceFreak:
:eek: :nervous:

-5654

-5653

-5652

...

Androgeos Exeunt:
Still 26 000 seconds...oh wait...I said 24 000 seconds just now... :confused:

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version