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