Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个时间戳类型,比如 x = 2019.06.24T09:05:43.478,如何将其转换为 Unix 时间?
x = 2019.06.24T09:05:43.478
DolphinDB 中的时间戳在内部由 Unix 时间表示。因此,您可以简单地使用long函数进行转换。
long
long(x) 1561367143478