I have the date and time in a log file like this [01/Jan/2011:11:12:38 -0500]. I want to split like 01/Jan/2011 and 11:12:38 -0500. Please help me as how to split this using python code.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
please-write-this-for-me.com. – S.Lott Apr 8 '11 at 11:19datetime.datetime.strptime()you don't need to split anything. – S.Lott Apr 8 '11 at 12:01