The time stamp by itself does not indicate the time zone but I believe you can get the time zone of the server using getTimeZone(). You can also convert from server time zone to UTC using dateConvert(), then maybe store everything like: "dateTime": "2017-04-15T200000",
"timeZone": "Universal Coordinated Time"