I'm using JsConfig.Init(new Config {DateHandler = DateHandler.UnixTimeMs});
as was previously suggested and it's deserializing now but the times are all wrong due to it assuming UTC rather than local time.
How do I tell the deserializer to assume local time rather than UTC so my times are correct?