According to documentation DateTime format is returned depending on http X-Ifs-Time-Zone-Aware-Request parameter value.
When we are performing request /main/ifsapplications/projection/v1/MeasurementsForObjectHandling.svc without the parameter
we are getting response "RegDate": "2025-08-18T20:03:59Z",
when adding X-Ifs-Time-Zone-Aware-Request = "true"
response is "RegDate": "2025-08-18T16:03:59Z", as I understand, according to the documentation it should return "RegDate": "2025-08-18T16:03:59+04:00" since database timezone is configured to GMT+4