lovefromisrael In general, timestamps and other similar attributes are not perserved when a file is copied, even on Linux (by default when using cp); If you aren't presented with an option to perserve timestamps, assume they will be changed.
You can use adb push -a
to transfer the files, which should perserve timestamps, though I never tested this.