Kev Hunter

Results 2 issues of Kev Hunter

Hi, Think this causes all tests to fail, reverting to 4.2.2 resolves it

Using Microsoft.AspNetCore.OData V 8.0.4 in my startup I set ```c# .AddOData(opt => { opt.Select().Filter().OrderBy().Count().SetMaxTop(1000) .AddRouteComponents("api", EdmModelBuilder.GetEdmModel()) .TimeZone = TimeZoneInfo.Utc; opt.EnableAttributeRouting = true; }) ``` And specify the time zone i...

bug
Fixed