I have made a small program for my weather station in python and its all working perfectly, but I have one little problem.
The output displays as
2014/5/18 04:03:41
2014/5/18 19:47:41
I want it to display as
04:03:41
19:47:41
Is there any easy way to do this,I was thinking of just stripping the characters out but it sounds more of a bodge than converting.
Thanks for any help