zk-luke/xlsx2json

#date parsed error

Closed this issue · 1 comments

最后一个日期类型,总是被parsed为1970-01-01 08:00:43


ID | 时间戳 | 时间戳
-- | -- | --
id | time | time1#date
1 | 2018/7/9 00:15 | 2018/7/9 00:15

[
  {
    "id": 1,
    "time": "2018-07-09 00:15:00",
    "time1": "1970-01-01 08:00:43"
  }
]

sorry, i`m using the lowest version.