SignalGo/SignalGo-full-net

`DateTime` changes from `Utc` to `Local` if property is `nullable`

Closed this issue · 0 comments

In SignalGo.Shared.Helpers.SerializeHelper class, if the property type is SerializeObjectType.DateTimeNullable, you try to parse the value by using Format function and return the result of this function. This will change the type of property from Utc to Local.