Compare commits
1 Commits
6918f9b5c3
...
28e965b34b
| Author | SHA1 | Date | |
|---|---|---|---|
| 28e965b34b |
@@ -62,8 +62,8 @@
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>Last updated: <span id="updated"></span> (UTC+0)</p>
|
||||
<script>document.getElementById('updated').textContent = new Date().toISOString().replace('T', ' ').substring(0, 16);</script>
|
||||
<p>Last updated: <span id="updated"></span></p>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user