Template:Timetest: Revision history

From The Joe Frank Wiki

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.

2 December 2024

  • curprev 09:3609:36, 2 December 2024Ramon talk contribs 923 bytes +923 Created page with "<script> function convertToUserTZ(gmtTime) { // Parse GMT time into a Date object const [hours, minutes] = gmtTime.split(":").map(Number); const gmtDate = new Date(Date.UTC(new Date().getFullYear(), new Date().getMonth(), new Date().getDate(), hours, minutes)); // Convert to user's local time zone const localTime = new Date(gmtDate); // Format the output return localTime.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit', hour12:..." Tags: Mobile edit Mobile web edit Advanced mobile edit