Open simonw opened 4 years ago
The time_added, time_updated and time_read columns currently store data like this:
time_added
time_updated
time_read
September 19, 2019 - 00:30:30 UTC
Should use ISO instead, e.g. 2020-07-26T01:05:24+00:00
2020-07-26T01:05:24+00:00
The
time_added
,time_updated
andtime_read
columns currently store data like this:Should use ISO instead, e.g.
2020-07-26T01:05:24+00:00