X-Git-Url: https://git-public.kairo.at/?p=tricorder.git;a=blobdiff_plain;f=js%2Ftricorder.js;h=dbd188d93bb5ae05ff326113bb7ab5e70f4a9c3d;hp=de33ae3a630e2c2eed70a95e946c314aea24b8fd;hb=af524a6f19f31a9ed98ecf8d9142eeaf63d7d7ca;hpb=3ad3aa73b25816412c03cbb98016039bd03f659a diff --git a/js/tricorder.js b/js/tricorder.js index de33ae3..dbd188d 100644 --- a/js/tricorder.js +++ b/js/tricorder.js @@ -40,6 +40,10 @@ window.onresize = function() { } function updateStardate() { + // Stardate rules foggy at best. See http://en.wikipedia.org/wiki/Stardate + // and the Memory Alpha article linked there for more details. + // We roughly lean on TNG scale by splitting an Earth year into exactly 1000 + // units, but we put the 0 point at the TV premiere of The Original Series. if (!gStardate) gStardate = document.getElementById("stardate");