Currently, one uses rsync --out-format="%M" to get the modification time from the rsync itemized output. However, it only prints the date in human readable format. I wish there was a way to get the modification time in seconds (or maybe even seconds.nanos).
I can write a pull request for it, if it is possible for it to be merged.