The issue isn't with the JSON parser,rather it is because the results are being outputted as a datetime value.For testing purposes,I modified the JSON To Collection stage to output as text instead of date,which returns the expected GMT date.However, ...