from datetime import datetime
FORMAT='%b %d %Y %I:%M%p'
datetime_object = datetime.strptime('Jun 1 2005  1:33PM', FORMAT)