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

   The switch to daylight saving time does not affect UTC.  So the UTC date 
/time you write into the index when under daylight savings time and when not 
under daylight savings time will be the same for a given time zone.  
   
   So your only issue is that when you perform a search you need to first 
convert the current date/time for that time zone into it's proper UTC 
date/time.   And that process will inherently take the daylight savings time 
(or not) into consideration.  


-- 
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: dev-unsubscr...@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to