Is it possible to convert the result of func.now() from sqlalchemy to a string object? Something along the lines of
datetime.datetime.now().strftime('%m/%d/%Y')
I want to use this result in a raw sqlalchemy that updates a datetime column in mysql. This query accepts only string parameters.