Hi!
I’m developing a two-way post synchronization system, and one of the stumbling blocks is the post creation timestamp. WriteAs ignores the PostParams.Created
and PostParams.Updated
fields in both CreatePost
and UpdatePost
API endpoints.
I can edit the creation date through the Web UI, though. So this functionality seems to be present.
Also, it would be nice if I could specify the timezone of the timestamp clearly.