Hi @xiao zhongshuai ,
This is not an abnormal behaviour, if you create a file from scratch, the file will get a creation time of "now", and a modification date of "now".
If you for example copy this file to another folder/drive, Windows will keep the modification time, but the creation time of that file will be set to the time you copied the file to that drive (i.e. the time the file was created on that drive).
So the creation time is actually correct:
- The last time the contents of the file were changed is stored in the modification time.
- The time the file was created on this very drive is stored in the creation time.
----------
If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!
Best regards,
Leon