@AVoraman You need to use an expression to format your date. Use the formatDateTime() function.

However, you'll notice that once you insert an expression, the only dynamic content you'll see in the list is body and value.

To get around this—use this trick. Exit out of the Expression tab.
Insert the dynamic content for the Start Time into the Start Time field. In my case I'm just using the TaskDueDate column from my Excel table. You'll need to select the appropriate dynamic content in your case.
Hover over the dynamic content label note the text between the single quotes. This is the dynamic content key. It's case sensitive.

Delete the dynamic content label. Insert an expression. Use the formatDateTime() function.

Insert this between the formatDateTime() function:

Between the single quotes, you'll want to type in the dynamic content key. In my case it's TaskDueDate

Note the timestamp format in the Start time field.

Add a comma and single quotes. Enter this timestamp format between the single quotes:

Press OK to insert the expression.
Repeat this for the End Time field.
Hope this helps!