Closed BlankerL closed 4 years ago
大佬好!请问updateTime字段,怎么转换为可识别的时间?比如2020-01-17这种。
Originally posted by @solomsk in https://github.com/BlankerL/DXY-2019-nCoV-Crawler/issues/3#issuecomment-582821571
可以参考Unix Timestamp。不同语言的时间转换方式都类似,需要注意此处使用的是13位时间戳,如果需要转换成YYYY-MM-DD HH:MM:SS格式,需要除以1000并取整,得到10位时间戳。
时间戳的转换可以查看 #8
大佬好!请问updateTime字段,怎么转换为可识别的时间?比如2020-01-17这种。
Originally posted by @solomsk in https://github.com/BlankerL/DXY-2019-nCoV-Crawler/issues/3#issuecomment-582821571