From e75a8b28a5947140c27320454586d6dfbf0f7063 Mon Sep 17 00:00:00 2001 From: Sacha Chua <sacha@sachachua.com> Date: Tue, 16 Nov 2021 10:11:55 -0500 Subject: Let's try local time --- templates/page.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 0ccf7af6..dc804fd2 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -37,6 +37,12 @@ </TMPL_LOOP> </TMPL_UNLESS> +<script> + // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0-or-later + if (document.querySelector('.times')) { document.querySelector('.times').prepend('Your local time: ~ ' + (new Date(document.querySelector('.times').getAttribute('start')).toLocaleString()) + ' to ~ ' + (new Date(document.querySelector('.times').getAttribute('end')).toLocaleString()) + "\n"); } + // @license-end +</script> + <script> // @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0-or-later /* -- cgit v1.2.3