HomeWrite.as

Fix post `created` date in SQLite

Description

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

Details

Provenance
mattAuthored on Dec 8 2018, 5:51 PM
Parents
rWF6f4c004e8c8b: Fix SQLite date format string
Branches
Unknown
Tags
Unknown
Tasks
T529: Support SQLite for storage