I've got a problem with a time field in a JS resource. I'm expecting the field to return 2/Jan/2022 and it does that for the formatted date, however I can't use the formatted date, I need to use the UTC and offset, but the UTC is being returned as 2022-01-01T13:00:00Z and the offset is 600 which return 1/Jan/2022 23:00:00.
So it's a day out - am I missing something when it comes to conversion?