From 2b6fd4deb904da92fd991c92c360134a7f65e3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 11 Jul 2020 00:14:47 +0200 Subject: TODO tz. --- static/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/script.js b/static/script.js index 008e01bb..cb914e54 100644 --- a/static/script.js +++ b/static/script.js @@ -347,6 +347,7 @@ window.onload = function () { } for (let s of el.querySelectorAll(field + " > :not(parameters)")) { switch (s.tagName) { + // TODO TZ? case 'date': lst.push([s, (s, v) => s.innerHTML = v.format("%Y-%m-%d")]); break; case 'date-time': -- cgit v1.2.3