File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
3838def 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' ,
You can’t perform that action at this time.
0 commit comments