Hi,
I have a field with type date and time and the behavior is Time-Zone Independent, everything is good and the date value is returned in the views and forms as expected, now once I retrieve the value in JS, my browser is adding 4 hours to it based on my time zone (Gulf timing), the return value was like this
<a:KeyValuePairOfstringanyType> <b:key>ets_fromdate</b:key> <b:value i:type="c:dateTime" xmlns:c="www.w3.org/.../XMLSchema">2019-03-02T04:00:00</b:value> </a:KeyValuePairOfstringanyType>
and it was correct but once i parce it to date object it's adding 4 hours,
is there any solution for it