diff --git a/server.py b/server.py
index 77bf366..f7eb10a 100755
--- a/server.py
+++ b/server.py
@@ -266,6 +266,7 @@ def w(s):
w("")
w("
Recordings")
w("Recordings
")
+ w("All times (and dates!) are in UTC.")
w("")
for fname in reversed(sorted(os.listdir(RECORDINGS_DIR))):
if not fname.endswith(".wav"):