为什么在使用strptime时出现未转换的数据错误?

时间:2019-02-15 11:49:18

标签: python python-3.x strptime

我将 return <table> {_.chunk(data, 3).map(row => ( <tr>{row.map(el => ( <td><Post post={el}/></td> )}</tr> )} </table>; 转换为时间对象以获取时差。

'12:37:00.60735106'

错误 line[1] = '12:37:00.60735106' t1 = time.strptime(line[1], "%H:%M:%S.%f")

如果我删除最后两位数字,它将起作用。我想念什么?

当我删除最后两位数字时。

ValueError: unconverted data remains: 06

比我的原著更长。

0 个答案:

没有答案