SQLite SQLDateTime and ISO-8601

I have a text column in a database that stores a datetime in ISO-8601 format ( YYYY-MM-DDThh:mm:ss[.nnnnnnn]Z ).

Will SQLite perform datetime comparisons correctly when comparing with d.SqlDateTime?

Thank you.