stevedonovan / chrono-english

Converting informal English dates (like `date` command) to chrono DateTime in Rust
MIT License
57 stars 14 forks source link

How to get files modified after certain # of days #10

Open daledude opened 5 years ago

daledude commented 5 years ago

I'm a bit confused about the date parsing. I'm trying to query for files that are older than 90 days but it doesn't return anything. Can you please give an example of this?

fselect "path from /usr/local/old,/usr/local/old2,/usr/local/old3 where modified gte '90 days' order by modified desc"