diff --git a/src/OSD/OSD_FileNode.cxx b/src/OSD/OSD_FileNode.cxx index 05480e097e..63716b30fc 100644 --- a/src/OSD/OSD_FileNode.cxx +++ b/src/OSD/OSD_FileNode.cxx @@ -758,7 +758,7 @@ Quantity_Date OSD_FileNode::CreationMoment () { TEST_RAISE( "CreationMoment" ); - if (_get_file_time (fNameW.ToWideString(), &stCreationSystemMoment, TRUE)) + if (_get_file_time (fNameW.ToWideString(), &stCreationSystemMoment, FALSE)) { SYSTEMTIME * aSysTime = &stCreationMoment; BOOL aFlag = SystemTimeToTzSpecificLocalTime (NULL,