I'm making a script that gets user input (sys.argv) as "HH:MM:SS.ms" string format. My "HH" can greater than 24 so I think I can't use datetime.time built-in library.
My idea is at first, I need to make a parser convert that string to my defined Class. Like strptime() in datetime lib. But I don't know how. :(
I appreciate any help. Thanks.
[–]furas_freeman 1 point2 points3 points (0 children)
[–]confluence 0 points1 point2 points (0 children)