Fable.Remoting icon indicating copy to clipboard operation
Fable.Remoting copied to clipboard

Possible loss of DateTime's Kind with DotNetclient

Open zelenij opened this issue 7 months ago • 5 comments

I'm trying to upgrade my code to everything latest, .net8 and all fable related stuff, including Fable.Remoting. In one of my tests I'm checking if a certain server call returns a UTC Kind in a DateTime. It fails, because Kind is Local. This used to work with an older version of the library. I've checked the server side code and I can see that Kind is indeed UTC. Could it be that the value is lost in serialisation/deserialisation?

zelenij avatar Jul 11 '24 16:07 zelenij