javascript - The value when sqlite saves the timestamp and then retrieves it is wrong
女神的闺蜜爱上我
女神的闺蜜爱上我 2017-07-05 11:08:12
0
1
1094

Saved code

Value in sqlite

The value obtained by the front end

The data type stored in sqlite has been tried. Int date datetime is like this. When text is saved, it is taken out.

#What is the problem...

女神的闺蜜爱上我
女神的闺蜜爱上我

reply all(1)
ringa_lee

Obviously it’s a backend (server) problem. It’s possible that sqlite does not support millisecond-level timestamps

You need to divide the result by 1000 and ignore the decimal part

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template