I'm passing in a "create_at" parameter to a posts/create call; I thought that this would make the timestamp of the post that of the 'create_at' date. Instead the post is created with a current timestamp.
Is my understanding wrong or is this a bug?
I'm passing in a "create_at" parameter to a posts/create call; I thought that this would make the timestamp of the post that of the 'create_at' date. Instead the post is created with a current timestamp.
Is my understanding wrong or is this a bug?