Skip to content

Commit

Permalink
ui: Mark that times are UTC for recordings
Browse files Browse the repository at this point in the history
Fixes #187.
  • Loading branch information
jeffkaufman committed Jan 18, 2021
1 parent bee7f6e commit a63c857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def w(s):
w("<html>")
w("<title>Recordings</title>")
w("<h1>Recordings</h1>")
w("All times (and dates!) are in UTC.")
w("<ul>")
for fname in reversed(sorted(os.listdir(RECORDINGS_DIR))):
if not fname.endswith(".wav"):
Expand Down

0 comments on commit a63c857

Please sign in to comment.