Hello All, I am working on CSV export using Apache Solr. I have written all the required query and set wt as CSV. I am getting my results as I want,but the problem is TimeZone.
Solr stores date value in UTC, but my client timeZone is different. Is there any way to convert date timeZone from UTC to clientTimeZone direclty in the Solr response? When I extract the date from the Solr response, I can convert it into clientTimeZone by implementing a custom method. But I want the date in client TimeZone direclty in the solr response. Thanks Renuka Srishti