diff OrthancFramework/Sources/HttpServer/IWebDavBucket.cpp @ 4230:b313a0001893

WebDavStorage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Oct 2020 18:14:26 +0200
parents c8c0bbaaace3
children 688435755466
line wrap: on
line diff
--- a/OrthancFramework/Sources/HttpServer/IWebDavBucket.cpp	Tue Oct 06 13:13:17 2020 +0200
+++ b/OrthancFramework/Sources/HttpServer/IWebDavBucket.cpp	Tue Oct 06 18:14:26 2020 +0200
@@ -107,7 +107,7 @@
 
     pugi::xml_node prop = propstat.append_child("D:prop");
 
-    // IMPORTANT: The "Z" suffix is mandatory on Windows >= 7
+    // IMPORTANT: The "Z" suffix is mandatory on Windows >= 7 (it indicates UTC)
     s = boost::posix_time::to_iso_extended_string(GetCreationTime()) + "Z";
     prop.append_child("D:creationdate").append_child(pugi::node_pcdata).set_value(s.c_str());