[15:38:19]$ touch -d '20041001 18:00' test
[15:39:05]$ ls -al test
-rw-------  1 user users 0 2004-10-01 18:00:00 test

[15:39:08]$ touch -d '20041001 18:00 +0400' test
[15:39:21]$ ls -al test
-rw-------  1 user users 0 2004-10-01 14:00:21 test

The second form sets the seconds field of the file
to the CURRENT seconds (which I can't imagine than
anyone would want to do).

Tom


                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to