Fix post created date in SQLite
We store times in UTC in all other places, but the post.Created logic
when creating a post meant that dates were being stored in a user's
local timezone. This fixes that.
Ref T529
Fix post `created` date in SQLite Tags None Subscribers None
Description
Details
|