[CentOS] find with -mtime and -print0 = inaccurate results

Thu Oct 25 21:01:59 UTC 2012
Sean Carolan <scarolan at gmail.com>

> Order of operations
>   find /path/to/files/ -type f -mtime -2 -name *.xml.gz -print0

Thanks!