SQLITEDriver setDateTime() and fromDateTime() are based on D toISOString() and fromISOString() which supports YYYYMMDDThhmmss format, but it is not compatible with SQLite3 datetime functions.
SQLite3 supports various formats such as YYYY-MM-DD HH:MM:SS or YYYY-MM-DDTHH:MM:SS. Details are described in thefollowing document:
https://www.sqlite.org/lang_datefunc.html
SQLITEDriver setDateTime() and fromDateTime() are based on D toISOString() and fromISOString() which supports YYYYMMDDThhmmss format, but it is not compatible with SQLite3 datetime functions.
SQLite3 supports various formats such as YYYY-MM-DD HH:MM:SS or YYYY-MM-DDTHH:MM:SS. Details are described in thefollowing document: https://www.sqlite.org/lang_datefunc.html