docs: update crate description to reflect Zoned return type

The crate now returns jiff Zoned objects, not DateTime.
This commit is contained in:
Sylvestre Ledru
2026-04-01 10:33:46 +02:00
parent e5b92637b1
commit 7440dd9ecb
+1 -1
View File
@@ -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"