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
12,957
172
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
 

Similar threads

Replies
6
Views
3K
Replies
2
Views
2K
Back
Top