SQLite CURRENT_TIMESTAMP stores UTC but the format lacks a timezone marker. JavaScript parsed it as local time, causing future-dated timestamps and negative diffs that always fell into 'Just now'. Normalize by appending 'Z' to mark as UTC before parsing. |
||
|---|---|---|
| .. | ||
| static | ||
| index.html | ||