Skip to content

Commit 9774ef7

Browse files
committed
fix ioccc_date.py help message
The command line date format is "_YYYY-MM-DD HH:MM:SS.micros UTC_". Change `cbin/ioccc_date.py` VERSION to "2.5.1 2025-11-26".
1 parent eac6a94 commit 9774ef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/ioccc_date.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
#
3333
# NOTE: Use string of the form: "x.y[.z] YYYY-MM-DD"
3434
#
35-
VERSION = "2.5.0 2025-03-13"
35+
VERSION = "2.5.1 2025-11-26"
3636

3737

3838
def main():
@@ -60,11 +60,11 @@ def main():
6060
metavar='appdir',
6161
nargs=1)
6262
parser.add_argument('-s', '--start',
63-
help="set IOCCC start date in YYYY-MM-DD HH:MM:SS.micros+hh:mm format",
63+
help="set IOCCC start date in 'YYYY-MM-DD HH:MM:SS.micros UTC' format",
6464
metavar='DateTime',
6565
nargs=1)
6666
parser.add_argument('-S', '--stop',
67-
help="set IOCCC stop date in YYYY-MM-DD HH:MM:SS.micros+hh:mm format",
67+
help="set IOCCC stop date in 'YYYY-MM-DD HH:MM:SS.micros UTC' format",
6868
metavar='DateTime',
6969
nargs=1)
7070
parser.add_argument('-l', '--log',

0 commit comments

Comments
 (0)