Open william0106 opened 2 years ago
log: {"msg-type":"activity","date":"1662660749457","thread-id":"9459617" ... ...
"date":"1662660749457" is timestamp, not datetime "date":"2022-09-09 02:12:29"
Hope use datetime instead of timestamp,
How to achieve ?
log: {"msg-type":"activity","date":"1662660749457","thread-id":"9459617" ... ...
"date":"1662660749457" is timestamp, not datetime "date":"2022-09-09 02:12:29"
Hope use datetime instead of timestamp,
How to achieve ?