When calling https://mail.zoho.eu/api/accounts/<accountId>/folders/<folderid>/messages/<messageId>/details for one messageId (the first message of a thread-chainmail ) the receivedTime key has a specific datetime value. But when checking the content of the following message (the next message in thread) , the previous email is written with a different timestamp (as received timestamp) which does not follow any pattern, i have already checked for differences in timezones or differences between sentDate and receivedTime. I want to be able to match those two dates (which should be the same in the first place as they refer to the exact same message). I attach a screenshot with two datetimes, the first one is the receivedTime we get from calling https://mail.zoho.eu/api/accounts/<accountId>/folders/<folderid>/messages/<messageId>/details and the second one is the datetime shown in content referring to the same email.