- May
- 13,402
- 190
Searching whole drives with a DO loop I couldn't find a file for which they were different.
Here's a particular example. I'd expect the file below to have a UTC @FILEDATE of 2019-01-17.
Here's a particular example. I'd expect the file below to have a UTC @FILEDATE of 2019-01-17.
Code:
v:\> dir /k /m ffind.txt
2019-01-16 21:48 87 ffind.txt
v:\> echo %@filedate[ffind.txt,wu] %@filetime[ffind.txt,wu]
2019-01-16 01:48
Last edited: