From 7440dd9ecb00b2bb50873b7803963bfcee4b2e8f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 10:33:46 +0200 Subject: [PATCH] docs: update crate description to reflect Zoned return type The crate now returns jiff Zoned objects, not DateTime. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 508cfb2..e8574b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parse_datetime" -description = "parsing human-readable time strings and converting them to a DateTime" +description = "parsing human-readable time strings and converting them to a Zoned datetime" version = "0.15.0" edition = "2021" license = "MIT"