Hello All,<br><br>I am parsing a log file to extract data for the last one week from the current date. The log file does not record the year, only month, day of the month and time.<br><br>My question is, the date is in &quot;Month day-of-the-month time&quot; format in the log file (ex. &quot;Nov 22 15:15:42&quot;) and the current date I get from &quot;datetime&quot; module is in ISO format. How do I convert the date in log file to ISO format(or any other format) and then compare with the current date/time.<br>
<br>I am sure this will sound like a simple problem to you experts, but, I am not a programmer. I am a python enthusiast trying to automate few of my jobs.<br><br>Thanks,<br clear="all"><br>-- <br>LOhit<br>