You are viewing a single comment's thread. Return to all comments →
def timeConversion(s): from datetime import datetime return(datetime.strptime(s, '%I:%M:%S%p').strftime("%H:%M:%S"))
`You may not like it but this is what peak performance looks like. :-)
Seems like cookies are disabled on this browser, please enable them to open this website
Time Conversion
You are viewing a single comment's thread. Return to all comments →
`You may not like it but this is what peak performance looks like. :-)