We got a service stack project and we have been using it in prod for a while now. Lately we upgraded to the latest service stack packages and upgraded our service in our staging environment.
Suddenly all of our functional tests started breaking as the dates no longer come back as UTC but are converted to local time.
I tried doing this on the client side and the server side - didnt work.
Any ideas? I m desperate - my developers have started doing .ToUniversalTime on pretty much every date on our project and i stopped them cause it’s insane…
My apologies everyone. It seems to be a change in JSON.NET serialization / deserialization rather than a ServceStack one. I tried to delete this post but couldnt. Consider it solved. Thanks