I have an input field with a default value of "12:00 AM". In the database the field type is set to 'time'. After you submit this form the response.vars.Start value is now datetime.time(12,0) which translates to 12:00 PM. Is there a fix so it will correctly convert to 12:00 AM?
Thanks, David Youngblood

