You will need to create another 2xComposes with the functions:
formatDateTime(outputs('Start_Time'), 'yyyy-MM-ddTHH:mm:ss')
formatDateTime(outputs('End_Time'), 'yyyy-MM-ddTHH:mm:ss')
This is assuming that your 'Start Time' and 'End Time' are in formats that formatDateTime recognises.