fileModifiedTime cleanups

leverage more windows-specific commands for  _CopyStatAttributes to among other things account for timezones when comparing vs the getTimeStamp() command
This commit is contained in:
AzaezelX 2023-04-08 21:05:24 -05:00
parent c6a1a42cf0
commit 4c86d4d699
2 changed files with 18 additions and 11 deletions

View file

@ -93,7 +93,7 @@ String Platform::localTimeToString( const LocalTime &lt )
outStr += "\t";
result = GetTimeFormat( LOCALE_USER_DEFAULT,
0,
TIME_FORCE24HOURFORMAT,
&st,
NULL,
(LPTSTR)buffer,