File creation time oddity
Ronald Fischer
ronald.fischer@venyon.com
Thu Aug 16 15:08:00 GMT 2007
On my system, the initial (creation) time for a file
seems to be around 7 minutes shifted to the past.
This is reproducible:
~/thome/tmp $ date
Thu Aug 16 16:49:18 2007
~/thome/tmp $ ls -l dummy3
ls: cannot access dummy3: No such file or directory
~/thome/tmp $ echo x >dummy3
~/thome/tmp $ date
Thu Aug 16 16:49:35 2007
~/thome/tmp $ ls -l dummy3
-rw-r--r-- 1 rfischer mkgroup-l-d 2 Aug 16 16:42 dummy3
As you can see, ls -l shows 16:42 for the creation time, when
it was actually created around 16:49. This problem does NOT
occur with file modification time:
~/thome/tmp $ date
Thu Aug 16 16:51:12 2007
~/thome/tmp $ touch dummy3
~/thome/tmp $ ls -l dummy3
-rw-r--r-- 1 rfischer mkgroup-l-d 2 Aug 16 16:51 dummy3
Any idea what could possibly be the reason for this oddity?
Ronald
--
Ronald Fischer <ronald.fischer@venyon.com>
Phone: +49-89-452133-162
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list