mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
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:
parent
c6a1a42cf0
commit
4c86d4d699
2 changed files with 18 additions and 11 deletions
|
|
@ -93,7 +93,7 @@ String Platform::localTimeToString( const LocalTime < )
|
|||
outStr += "\t";
|
||||
|
||||
result = GetTimeFormat( LOCALE_USER_DEFAULT,
|
||||
0,
|
||||
TIME_FORCE24HOURFORMAT,
|
||||
&st,
|
||||
NULL,
|
||||
(LPTSTR)buffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue