diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 17:16:16 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-07-10 17:16:16 -0700 |
| commit | fcd978db4aae3f662c8190de3c15773419e05814 (patch) | |
| tree | ece95f7488c2859fec409e097bd6c0ff577431d5 /bin | |
| parent | 1fa581424730a48b0b32f180b9b10de61ee248e1 (diff) | |
12 hour clock
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/bigclock.py | 2 |
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: |
