importing time field from excel to table

hello friends,

i am importing excel to table , but time field from the excel is showing “???”.

i am using following code for time field:

table_field_name = str2time(cells.item(i,1).value())

help pls!!!