Change detection

From the documentation:

On Windows , a file is considered unchanged when its path and modification time match, and only --force has any effect. The other options are recognized but ignored.

Shouldn’t it be so that the file sizes too have to be equal to consider files equal, along with the path and modification time?

Seems included in the latest documentation:

On Windows, a file is considered unchanged when its path, size and modification time match, and only --force has any effect. The other options are recognized but ignored.

Perfect! Thank you.