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 <revi@omglol.email>

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
This commit is contained in:
revi 2024-05-14 21:28:58 +00:00
parent 08863ae041
commit 7c443bcca5
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94

View file

@ -65,5 +65,6 @@
?>
<hr>
<p><a href='https://github.com/revi/sandbox/blob/master/time.php'>Source code @ GitHub</a>. (Warning: it is far from 'clean'.) Also, please note that there is <a href='https://xkcd.com/1179/'>only one correct way to write dates</a>.</p>
<p>Also another small note: the clock here uses 24 hours notation.</p>
</body>
</html>