diff OrthancServer/ServerIndexChange.h @ 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 878b59270859
children 4e43e67f8ecf
line wrap: on
line diff
--- a/OrthancServer/ServerIndexChange.h	Thu Feb 08 11:51:41 2018 +0100
+++ b/OrthancServer/ServerIndexChange.h	Mon Feb 19 16:55:05 2018 +0100
@@ -59,7 +59,7 @@
       changeType_(changeType),
       resourceType_(resourceType),
       publicId_(publicId),
-      date_(SystemToolbox::GetNowIsoString())
+      date_(SystemToolbox::GetNowIsoString(true /* use UTC time (not local time) */))
     {
     }