Template:IxTime: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 August 2024

16 March 2023

  • curprev 11:5911:59, 16 March 2023Heku talk contribsm 792 bytes +15 No edit summary Tag: 2017 source edit
  • curprev 11:5611:56, 16 March 2023Heku talk contribs 777 bytes +777 Created page with "<span id="ix-time-display">Loading Ix Time...</span> <script> function calculateIxTime() { var epoch = new Date(2020, 9, 4).getTime() / 1000; // JavaScript uses milliseconds, so divide by 1000 var currentTime = Math.floor(new Date().getTime() / 1000); var secondsSinceEpoch = currentTime - epoch; var ixTime = Math.floor(secondsSinceEpoch * 4.0 + epoch); // Format the Ix Time var ixDate = new Date(ixTime * 1000); var options = { weekday..." Tag: 2017 source edit