Hi Dipak Damor,
Set the date and time in Excel using the custom format (yyyy/MM/dd HH:mm) when importing the Excel template.
Try with date format in excel sheet MM/dd/yyyy
By changing the field type of the temporary table storing time types to string type, you will be able to successfully read the imported Excel content. Then, you can convert it back to the time type within a loop and write it into the object yourself.
In excel import template, you can use custom parser microflow to convert the text to exact date time format. ofcourse this will slow down the import, but it can be used if other solutions do not work.