jenius-apps / nightingale-rest-api-client

A modern, resource-efficient REST API client for Windows
https://nightingale.rest
MIT License
769 stars 36 forks source link

Problem with DateTimeOffset responses #216

Open payambordbar opened 2 years ago

payambordbar commented 2 years ago

Every Time the response contains a DateTimeOffset with any offset, the response viewer shows local DateTimeOffset.

I'm assuming you are using Newtonsoft.Json to parse the response and the problem came from there.

As you know this is a big problem for a rest API client.