From 1506e8d72046c83beab6b69e3b7867e2c55e2eab Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Fri, 4 Oct 2024 06:07:34 +0200 Subject: [PATCH] Fix chrono-systemd-time broken link in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Broken link has been detected via Lychee (https://github.com/lycheeverse/lychee): ❯ lychee --exclude-loopback --github-token $GITHUB_TOKEN README.md Issues found in 1 input. Find details below. [README.md]: ✗ [404] https://docs.rs/chrono-systemd-time-ng/latest/chrono_systemd_time/ | Failed: Network error: Not Found 🔍 11 Total (in 1s) ✅ 10 OK 🚫 1 Error Also fixed typo and rephrased the "Timestamp format" paragraph. --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bc2e23e..424e1dd 100644 --- a/README.md +++ b/README.md @@ -225,19 +225,16 @@ mcfly dump ``` ### Timestamp format -McFly use [chrono-systemd-time-ng] parsing timestamp. -**chrono-systemd-time-ng** is a non-strict implementation of [systemd.time](https://www.freedesktop.org/software/systemd/man/systemd.time.html), with the following exceptions: +McFly parses timestamps via `chrono-systemd-time`, a non-strict implementation of [systemd.time](https://www.freedesktop.org/software/systemd/man/systemd.time.html), with the following exceptions: * time units **must** accompany all time span values. * time zone suffixes are **not** supported. * weekday prefixes are **not** supported. -Users of McFly simply need to understand **specifying timezone in timestamp isn't allowed**. +McFly users simply need to understand **specifying timezone in timestamp isn't allowed**. McFly will always use your **local timezone**. -For more details, please refer to [the document of chrono-systemd-time-ng][chrono-systemd-time-ng]. - -[chrono-systemd-time-ng]: https://docs.rs/chrono-systemd-time-ng/latest/chrono_systemd_time/ +For more details, please refer to the [`chrono-systemd-time` documentation](https://docs.rs/chrono-systemd-time/latest/chrono_systemd_time/). ### Regex *Dump* supports filtering commands with regex.