Widget:TimeCalculator
Revision as of 11:25, 7 June 2026 by Darth Biomech (talk | contribs) (Created page with "<includeonly> <script> →Any JavaScript here will be loaded for all users on every page load.: var calculatorBody = document.getElementById('mw-time-calculator'); setTimeout( CreateTimeCalculator, 1000 ); //Years corresponding with 0 of the Standard Calendar var raharYearZero = 690; var earthYearZero = 1368.05; var humanYearsinStdYear = 4.02; var raharrYearsinStdYear = 0.562; function RaharrToStd(time){ var newTime = time - raharYearZero; newTime = newTime...")