javascript: /*If this doesn't work, allow pop-ups windows, accept third-party cookies, and enable JavaScript.*/ (function () { let timeElapsed = Date.now(); let today = new Date(timeElapsed); let convertedTime = today.toISOString().replace(/:/gi, "").replace(/-/gi, "").split(".")[0]; window.open("https://www.timeanddate.com/worldclock/converter.html?iso=" + convertedTime + "&p1=412&p2=1440&p3=tz_ct&p4=tz_pt&p5=tz_ist&p6=tz_npt&p7=tz_sast&p8=tz_cet&p9=3916&p10=tz_kst" );})();