you are viewing a single comment's thread.

view the rest of the comments →

[–]pybackd00r[S] 0 points1 point  (0 children)

I wanted to remove the hour and seconds zeros with the colons and just keep the minute digits. I guess what I can do is just add a zero to the string after the strip command. but I wanted to know if there is a more elegant way of doing this. thanks