diff NEWS @ 5639:b6a6179a2a69

TimezoneOffsetFromUTC is now ignored for C-Find matching
author Alain Mazy <am@orthanc.team>
date Fri, 24 May 2024 15:11:28 +0200
parents 0e16e677fe64
children 3f13db27b399 b1a18218860c
line wrap: on
line diff
--- a/NEWS	Wed May 22 16:06:30 2024 +0200
+++ b/NEWS	Fri May 24 15:11:28 2024 +0200
@@ -34,12 +34,14 @@
 Maintenance
 -----------
 
-* In C-Find queries including GenericGroupLength tags, Orthanc was still
-  extracting these tags from the storage although they were already ignored
-  and not returned in the response.
-  They are now removed from the query earlier to avoid this disk access that
-  could slow down the response time.  Note that this seems to happen mainly
-  when the query originates from some GE devices (AWS).
+* C-Find queries:
+  - In C-Find queries including GenericGroupLength tags, Orthanc was still
+    extracting these tags from the storage although they were already ignored
+    and not returned in the response.
+    They are now removed from the query earlier to avoid this disk access that
+    could slow down the response time.  Note that this seems to happen mainly
+    when the query originates from some GE devices (AWS).
+  - TimezoneOffsetFromUTC is now ignored for matching.
 * The 0x0111 DIMSE Status is now considered as a warning instead of an error
   when received as a response to a C-Store.
   See https://discourse.orthanc-server.org/t/ignore-dimse-status-0x0111-when-sending-partial-duplicate-studies/4555/3