diff --git a/ComIOP/Common/Common/ComUtils.cs b/ComIOP/Common/Common/ComUtils.cs index 367b3459f..f622be531 100644 --- a/ComIOP/Common/Common/ComUtils.cs +++ b/ComIOP/Common/Common/ComUtils.cs @@ -163,7 +163,7 @@ private static extern int FormatMessageW( /// /// The base for the WIN32 FILETIME structure. /// - private static readonly DateTime FILETIME_BaseTime = new DateTime(1601, 1, 1); + private static readonly DateTime FILETIME_BaseTime = new DateTime(1601, 1, 1, 0, 0, 0, DateTimeKind.Utc); /// /// WIN32 GUID struct declaration.