Just a double check before I do a bug report I have an attribute with a non localized date time. The UTC date time is 14-08-2020 23:00. Double checked this in the database that indeed the time is 2300 hours. Now I do an XPath retrieve [hours-from-dateTime(DateTimeAttribute) = 23] I would expect that it would find the record with 14-08-2020 23:00. But to retrieve that record I have to use the XPath [hours-from-dateTime(DateTimeAttribute) = 21] and thus take into account the session time which is currently two hours of from UTC. In my opinion this is not correct and this must be a bug in my opinion. Or is my thinking not correct? Regards, Ronald
↧