diff NEWS @ 2475:8cc3ca64a534

Orthanc now uses UTC (universal time) instead of local time in its database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Feb 2018 16:55:05 +0100
parents cbb8deaacdf7
children 1e2d5e14b3d3
line wrap: on
line diff
--- a/NEWS	Thu Feb 08 11:51:41 2018 +0100
+++ b/NEWS	Mon Feb 19 16:55:05 2018 +0100
@@ -5,6 +5,9 @@
 --------
 
 * "/system" URI returns the version of the Orthanc REST API
+* "/tools/now" returns the current UTC (universal) time
+* "/tools/now-local" returns the curent local time.
+  This was the behavior of "/tools/now" until release 1.3.1.
 * Added "?expand" GET argument to "/peers" and "/modalities" routes
 * New URI: "/tools/create-media-extended" to generate a DICOMDIR
   archive from several resources, including additional type-3 tags
@@ -12,6 +15,7 @@
 Maintenance
 -----------
 
+* Orthanc now uses UTC (universal time) instead of local time in its database
 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
 * Upgrade to curl 7.57.0 for static and Windows builds
 * Support of Linux Standard Base