Compare commits

1 Commits

Author SHA1 Message Date
28e965b34b add hour and minute to timestamp 2026-03-13 15:50:35 +00:00

View File

@@ -63,7 +63,7 @@
<footer>
<p>Last updated: <span id="updated"></span></p>
<script>document.getElementById('updated').textContent = new Date().toLocaleDateString('en-US', { year: 'numeric', month: 'long', day: 'numeric' });</script>
<script>document.getElementById('updated').textContent = new Date().toLocaleString('en-US', { year: 'numeric', month: 'long', day: 'numeric', hour: '2-digit', minute: '2-digit' });</script>
</footer>
</main>
</body>