And you do _not_ want to store anything except UTC for dates.
IMO, all the expectations about timezones are a remnant of when
computers were on-prem. You'll spend _endless_ hours trying
to deal with "the time shown is an hour off" if you try to store
anything except UTC on any server anywhere and d
On 5/22/2018 9:26 AM, LOPEZ-CORTES Mariano-ext wrote:
> It's possible to configure Solr with a timezone other than GMT?
No, at least not in the way that you're thinking.
> It's possible to configure Solr Admin to view dates with a timezone other
> than GMT?
As far as I know, this is not possibl
Hi
It's possible to configure Solr with a timezone other than GMT?
It's possible to configure Solr Admin to view dates with a timezone other than
GMT?
What is the best way to store a birth date in Solr? We use TrieDate type.
Thanks!