Compare commits

..

2 Commits

View File

@@ -62,8 +62,8 @@
</section>
<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>
<p>Last updated: <span id="updated"></span> (UTC+0)</p>
<script>document.getElementById('updated').textContent = new Date().toISOString().replace('T', ' ').substring(0, 16);</script>
</footer>
</main>
</body>