On Thu, 2015-09-03 at 04:10 -0700, sat wrote: > I am indexing a bunch of PDF's, Docs, PPT's etc with Solr 4.10.1. When I > retrieve the records each has a last-modified value, but the value is > different than what I see on the file system (a difference of exact 2 > hours).
I guess your local timezone is UTC+2 and that your country is using daylight saving? Solr uses UTC only for timestamps, which is fairly unambiguous. If you want the filesystem dates to match, you can normalise them to UTC in your viewer - how to do that depends on your system. - Toke Eskildsen, State and University Library, Denmark