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 >