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:
parent
08863ae041
commit
7c443bcca5
1 changed files with 1 additions and 0 deletions
1
time.php
1
time.php
|
@ -65,5 +65,6 @@
|
||||||
?>
|
?>
|
||||||
<hr>
|
<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><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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue