On Apr 18, 2013, at 10:49 AM, hassancrowdc <hassancrowdc...@gmail.com> wrote:

> Solr is not showing the dates i have in database. any help? is solr following
> any specific timezone? On my database my date is 2013-04-18 11:29:33 but
> solr shows me "2013-04-18T15:29:33Z".   Any help


Solr knows nothing of timezones.  Solr expects everything is in UTC.  If you 
want time zone support, you'll have to convert local time to UTC before 
importing, and then convert back to local time from UTC when you read from Solr.

xoa

--
Andy Lester => a...@petdance.com => www.petdance.com => AIM:petdance

Reply via email to