In python, I\'m formatting dates like below
datetime.strptime(date_var + " " + time_var, \'%Y-%m-%d %H:%M:%S\')
When I try to use t