This depends on what you use. If you are using SolrJ, it takes the
date itself. Other clients, you may need to ensure you use Localized
formatter with UTC TimeZone when you generate the text representation
of the date. This is a 'client' question, not so much the 'Solr' one.

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:39 PM, Benjamin Kern <be...@bkern.de> wrote:
> 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
>>
>
>

Reply via email to