From 04c5a696e4eab2821ac53a089092ca9413da5b3e Mon Sep 17 00:00:00 2001 From: mkrylova Date: Fri, 15 May 2020 13:54:26 +0300 Subject: [PATCH] 0029917: Foundation Classes - OSD_FileNode AccessMoment and CreationMoment return the same date on Windows fAccess in CreationMoment() function for Windows has been modified from TRUE to FALSE --- src/OSD/OSD_FileNode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,