This may help you: http://stackoverflow.com/questions/2370171/another-datetime-question
2013/5/21 Benjamin Kern <be...@bkern.de> > How can I convert the UTC Time? > > -----Ursprüngliche Nachricht----- > Von: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Gesendet: Dienstag, 21. Mai 2013 22:37 > An: solr-user@lucene.apache.org > Betreff: Re: Date Field > > The date field is stored in UTC, absolute time. You need to convert to and > from UTC in the client/middleware as you see fit. > > Regards, > Alex. > Personal blog: http://blog.outerthoughts.com/ > LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch > - Time is the quality of nature that keeps events from happening all at > once. Lately, it doesn't seem to be working. (Anonymous - via GTD > book) > > > On Tue, May 21, 2013 at 4:31 PM, Benjamin Kern <be...@bkern.de> wrote: > > Hi all, > > > > how can I set the time zone for a date field? > > > > <field name="field" type="date" indexed="true" stored="true"> > > > > > > > > Thanks > > > > >