Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Package: findutils Version: 4.1.20-4 Severity: wishlist I have a system that has a bad clock and files get dates way off in the future. Unfortunately, I'm unable to locate these files using find. -- System Information Debian Release: 3.1 Kernel Version: Linux ani 2.6.10 #2 SMP Thu Jan 6

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Andreas Metzler
On 2005-01-20 Wakko Warner [EMAIL PROTECTED] wrote: Package: findutils Version: 4.1.20-4 Severity: wishlist I have a system that has a bad clock and files get dates way off in the future. Unfortunately, I'm unable to locate these files using find. How about this? $ touch --date=tomorrow

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Andreas Metzler wrote: On 2005-01-20 Wakko Warner [EMAIL PROTECTED] wrote: Package: findutils Version: 4.1.20-4 Severity: wishlist I have a system that has a bad clock and files get dates way off in the future. Unfortunately, I'm unable to locate these files using find. How about

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Andreas Metzler
On 2005-01-20 Wakko Warner [EMAIL PROTECTED] wrote: Andreas Metzler wrote: [...] $ find -mmin +0 -or -printf File generated in future: %p%n File generated in future: ./tomorrow I didn't think about +0, however, it's not quite obvious though. Actually, I was hoping for a way to see if a

Bug#291419: findutils: Unable to use find to locate files that have dates in the future

2005-01-20 Thread Wakko Warner
Andreas Metzler wrote: On 2005-01-20 Wakko Warner [EMAIL PROTECTED] wrote: I didn't think about +0, however, it's not quite obvious though. Actually, I was hoping for a way to see if a file was way off in the future Like say in 2007 or so. I wouldn't know how to do that. Without