Display dates/times in local TZ (#7)

This commit is contained in:
2021-01-20 21:28:55 -05:00
parent 4155072990
commit 340b93c6d7
7 changed files with 98 additions and 42 deletions

View File

@@ -35,6 +35,9 @@
function setPageTitle(theTitle) {
document.title = theTitle
}
function getTimeZone() {
return Intl.DateTimeFormat().resolvedOptions().timeZone
}
</script>
</body>