From 07bdf39c23304503c11c9615b224978a80e0620c Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Fri, 18 Jul 2025 10:34:12 -0600 Subject: [PATCH] create new issue 7bf773d64437d6b92b7ffe6932531533 --- 7bf773d64437d6b92b7ffe6932531533/description | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 7bf773d64437d6b92b7ffe6932531533/description diff --git a/7bf773d64437d6b92b7ffe6932531533/description b/7bf773d64437d6b92b7ffe6932531533/description new file mode 100644 index 0000000..9defc62 --- /dev/null +++ b/7bf773d64437d6b92b7ffe6932531533/description @@ -0,0 +1,9 @@ +fix parse error in `ent done-time` + +Got this error when i typoed the RFC 3339 time (missing `:` in timezone +offset): + $ ent done-time 8c73c9fd5bc4f551ee5069035ae6e866 2025-07-07T22:29:25-0600 + + thread 'main' panicked at src/bin/ent/main.rs:503:26: + called `Result::unwrap()` on an `Err` value: ParseError(Invalid) + note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace