In my app, I have a gallery which displays a collection that contains datetime values. I pass this collection to a JSON variable and eventually on to SQL Server. These datetimes are displayed to the user in his local timezone, but converted to UTC when stored as a JSON. My issue is that some of the values are being correctly converted to UTC and some are being converted to UTC - 1 hour. I cant figure out why this is happening. You can see an example below. The first screenshot is my collection showing the correct datetimes in local format. The second screenshot is the output after I have passed the collection to a JSON. You can see that the highlighted values are correct in UTC format. All of the other values are converted to UTC - 1 hour.
(I am Eastern time for reference so it should be + 5 hours for UTC conversion)
Collection view of the date time fields in local time:

Values in my JSON variable (Supposed to be UTC):
