Sitecore and Solr: Your query is using non UTC dates
In a current project we are using Solr for the first time. We ran into several problems which all of you may had. Most of them are well documented and a solution is easy to find. This blog post describes an issue with non UTC dates which was not that easy to find. My use case was to build a news application where each item has a field . The date is stored in Solr as follow (in UTC): Now when I want to query all news that are older than first of January 2016, I first need to get the date…