Currently item header dates are as authored by queue-cli: ```json "headers": [ { "type": "Edited-Time", "content": "Mon, 11 May 2020 09:33:25 -0400" }, { "type": "Assigned-To-Updated-Time", "content": "Tue, 05 May 2020 14:05:07 EDT" }, { "type": "Date", "content": "Tue, 5 May 2020 18:02:57 +0000" } ] ``` Any dates within the headers should be standardized using the `__getFormattedDate()` helper function. The fields that contain times are limited and need to be determined. This is what I could see from fields that contain `2020` in their content: 