AutoWrapper icon indicating copy to clipboard operation
AutoWrapper copied to clipboard

Problem with DateTimeOffset responses

Open payambordbar opened this issue 2 years ago • 1 comments

Every Time the response contains a DateTimeOffset with any offset, AutoWrapper Change it to local DateTimeOffset.

You are using Jtoken.Parse from Newtonsoft.Json to parse the response and the problem came from there.

payambordbar avatar Dec 10 '21 14:12 payambordbar

I just found out we have this same exact using AutoWrapper, we need a fix to this please otherwise we have to revert all of our code not to use the wrapper

zoinkydoink avatar Jan 04 '22 01:01 zoinkydoink