aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-07-10 17:16:16 -0700
committerD Delmar Davis <don@suspectdevices.com>2025-07-10 17:16:16 -0700
commitfcd978db4aae3f662c8190de3c15773419e05814 (patch)
treeece95f7488c2859fec409e097bd6c0ff577431d5 /bin
parent1fa581424730a48b0b32f180b9b10de61ee248e1 (diff)
12 hour clock
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bigclock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bigclock.py b/bin/bigclock.py
index d863ead..e4fa5dd 100755
--- a/bin/bigclock.py
+++ b/bin/bigclock.py
@@ -65,7 +65,7 @@ def clearCollumn(col=6):
def printTime():
- date_string = f'{datetime.now():%H%M}'
+ date_string = f'{datetime.now():%I%M}'
if (date_string[0] == '1'):
printShort1()
else: