Re: TZ & rounding

2015-06-10 Thread Chris Hostetter
: So my question is: can I get offset of time if I use NOW/MINUTE and not NOW/DAY rounding? i'm sorry, but your question is still too terse, vague, and ambiguious for me to really make much sense of it; and the example queries you provided really don't have enough context for me to understand

Re: TZ & rounding

2015-06-10 Thread jon kerling
Thank you for your reply. So my question is: can I get offset of time if I use NOW/MINUTE and not NOW/DAY rounding? You said  " TZ affects what timezone is used when defining the concept of a "day" for the purposes of rounding by day. " I understand from this answer that query like I mentione

Re: TZ & rounding

2015-06-09 Thread Chris Hostetter
: So, are you saying that you are expected to store UTC dates in your : index, but if you happen to know that a user is in a different timezone, : you can round those dates for them according to their timezone instead : of UTC? : : That's how I'd interpret it, but useful to confirm. Date formatt

Re: TZ & rounding

2015-06-09 Thread Upayavira
On Tue, Jun 9, 2015, at 05:27 PM, Chris Hostetter wrote: > > : I'm using Solr 4.10.0.I'm trying to figure out how to use the TZ > : param.I've noticed that i have to use date math in order for this to > : work,also I've got to use rounding when I query Solr in order to use > the > : TZ param.

Re: TZ & rounding

2015-06-09 Thread Chris Hostetter
: I'm using Solr 4.10.0.I'm trying to figure out how to use the TZ : param.I've noticed that i have to use date math in order for this to : work,also I've got to use rounding when I query Solr in order to use the : TZ param. I'm having trouble understanding your question. The TZ param, as do