Subject: | Stat items Access/Modify/Changed time are without subseconds. |
On mounted FUSE filesystem command stat returned time without
subseconds. For example:
Access: 2011-09-25 06:15:04.000000000 +0300
Modify: 2011-07-25 14:15:05.000000000 +0300
Change: 2011-07-25 14:15:05.000000000 +0300
But original stat() takes from files in which Access/Modify/Changed time
is with subseconds:
Access: 2011-09-27 11:59:47.748553812 +0300
Modify: 2011-08-15 17:11:59.893535313 +0300
Change: 2011-08-15 17:11:59.893535313 +0300
I've used Time::HiRes::stat in getattr function.