From 7c443bcca52047b081e2626a43bf0a3ae2549db1 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Tue, 14 May 2024 21:28:58 +0000 Subject: [PATCH] time.php: add note about time notation Summary: Clarify it is 24h notation, and people should expect 0-12h to take it as such. Signed-off-by: Yongmin Hong Test Plan: load the diff, and view from firefox. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D87 --- time.php | 1 + 1 file changed, 1 insertion(+) diff --git a/time.php b/time.php index 8dcc2ec..7286284 100644 --- a/time.php +++ b/time.php @@ -65,5 +65,6 @@ ?>

Source code @ GitHub. (Warning: it is far from 'clean'.) Also, please note that there is only one correct way to write dates.

+

Also another small note: the clock here uses 24 hours notation.