jregnier commented on issue #639:
URL: https://github.com/apache/lucenenet/issues/639#issuecomment-1176538515

   Hey guys thanks for the replies. @rclabo you are absolutely right that this 
isn't a Lucene problem but I'm trying to solve it with Lucene. Right now we use 
a SQLite DB and we have a custom SQL function that applies the given timezone 
and then does the query against that. The reason for this is that in the DB 
there is a full date and time but the query only has a time for example give me 
everything between 9-5. It's also important to note that in the application you 
have the ability to specify any timezone so it's not tied to a machine or 
anything like that. The timezone is easy because it's the same for the entire 
year but DST is not, so it depends on the month in the Lucene index if DST has 
an offset
   
   Thanks for the help, I know this is not a normal situation lol


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to