DateTime with offset types are slightly different coming out of different kind of reades. Eg:
- SharePoint List Reader: '20200902084027+00'
- SQL Server * Reader datetimeoffset(0) type: '2020-10-21 06:33:30 +00:00'
It would make life much easier if DateTime with offset types would come out of any reader in the same format, eg. FME datetime with offset ('20200902084027+00:00')
They could be directly comparable after convertig to UTC without any other hack.

