Add timezone to report queries.

This commit is contained in:
Mike Cao 2023-08-14 22:36:18 -07:00
parent 820ad69d60
commit 29a943df9c
7 changed files with 32 additions and 6 deletions

View file

@ -26,3 +26,7 @@
background: var(--blue100);
border-radius: var(--border-radius);
}
.date {
min-width: 200px;
}