[SOLVED] API create post: create_at is ignored?

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?

Looking at the code, I think it’s a bug. Filed as bug #4349

Thanks @rwillmer, I’ll mark the issue here as solved as you’ve filed a bug.