``` ?filter[time]=le:2017-08-15T22:43:47.0156350-05:00 ``` will be received as ``` 2017-08-15T22 ``` because of [this](https://github.com/Research-Institute/json-api-dotnet-core/blob/master/src/JsonApiDotNetCore/Internal/Query/QuerySet.cs#L98-L107)