Open
Description
In WP-CLI we noticed something that I beelieve is a bug in this plugin. Please correct me if I'm wrong though and this is supposed to be addressed at another level.
When we run wp post update 1234 --post_date='2005-01-24T09:52:00.000Z' --post_status='publish' --edit_date=1
and subsequently run wp post get 1234--field=post_date
the output is different between MySQL and SQLite.
In MySQL:
$ wp post get 1234--field=post_date
2005-01-24 09:52:00
In SQLite with this plugin:
$ wp post get 1234--field=post_date
2005-01-24T09:52:00.000Z