I am trying to get the files last access time in windows - however I am getting same value with python os.stat(path).st_atime and os.stat(path).st_mtime function
Same