V format_str = ‘%B %d %Y %I:%M%p’ print((time:strptime(‘March 7 2009 7:30pm’, format_str) + TimeDelta(hours' 12)).strftime(format_str))