fd/src/filter
Jacob Mischka ba60a163fe Use local times for time functions
This patch uses Chrono for explicit date or datetime parsing, only using
humantime for its relative time parsing. The following formats are accepted:

1. Full RFC3339 parsing, requiring an explicit timezone
2. `YY-MM-DD`, defaulting to time `00:00:00` for the given date in the
   local time zone
3. `YY-MM-DD HH:MM:SS` in the local time zone

Fixes #631, #794
2021-08-09 13:40:55 +02:00
..
mod.rs [ownership] initial struct, parsing, and test framework 2020-05-18 21:11:33 +02:00
owner.rs [ownership][errs] ':' and '' args to --owner result in noop; reject strings with more than one ':' 2020-05-18 21:11:33 +02:00
size.rs Literal separators 2021-07-27 09:05:23 +02:00
time.rs Use local times for time functions 2021-08-09 13:40:55 +02:00