fd/src
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
..
exec Fix clippy warnings 2021-07-27 09:05:23 +02:00
filter Use local times for time functions 2021-08-09 13:40:55 +02:00
app.rs Improve -x/-X help text and man page description 2021-08-08 22:58:13 +02:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Fix clippy warnings 2021-07-27 09:05:23 +02:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs Add new `--type socket` and `--type pipe` filters 2020-04-16 09:59:45 +02:00
main.rs Attempt to fix #365 2021-08-08 15:02:01 +02:00
options.rs Add --prune flag 2020-10-25 08:16:01 +01:00
output.rs Handle IO errors based on type, closes #737 2021-08-08 13:10:16 +02:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Fix return out of match pattern 2021-08-09 13:36:09 +02:00