Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TOUCH: does u (UTC) work?

May
13,160
180
Below, after TOUCHing the file with/without 'u' appended to the date and time fields, @FILETIME is the same.

Code:
v:\> touch /Dw2024-04-09u /Tw11:11u zscore.btm
2024-04-09 11:11:00.000  V:\zscore.btm

v:\> echo %@filetime[zscore.btm]
11:11

v:\> touch /Dw2024-04-09 /Tw11:11 zscore.btm
2024-04-09 11:11:00.000  V:\zscore.btm

v:\> echo %@filetime[zscore.btm]
11:11
 
Back
Top
[FOX] Ultimate Translator
Translate