【发布时间】:2020-07-01 12:38:11
【问题描述】:
我有 csv 文件,其中 time_column 以毫秒为单位,我想要时间戳(日期和时间)。我有超过 100 行需要转换。
Input :
1587740000000
1590600000000
1588880000000
1589040000000
1589040000000
Output:
24-04-2020 20:23:20
27-05-2020 22:50:00
08-05-2020 01:03:20
09-05-2020 21:30:00
09-05-2020 21:30:00
【问题讨论】:
-
这能回答你的问题吗? Convert ms into a string date with Java 8。搜索更多。
标签: timestamp etl talend milliseconds