Last Friday I stumbled upon a strange situation on some of my AIX machines (AIX 53 TL7).
I have the following filesystems:
/m
/m/dosoe10
/m/dosoe10/client
At 14:20, I used the following commando's:
# cd /m/dosoe10
# date > test.txt
# ls -l
When I used the 'ls -l' command, I noticed that the timestamp of the test.txt file was 15:20

The following command's returned the correct timestamp (14:20) :
# ls -l test.txt (issued from within the same directory)
# ls -l /m/dosoe10/test.txt (issued from within another directory)
When I did the same in some other directories ( for example /m and /m/dosoe10/client ) the strange behaviour did not occur.
Strangely enough, the situation was normal again last monday. I used the same commands again, and the time was shown correctly every time....
Is there someone who can explain this behaviour?