From 17a3987843bffc4e1c6fc30c3658fe9ae664ec0c Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:16:05 -0500 Subject: [PATCH] fix test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57cd41d..2177d0a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ use speedate::{DateTime, Date, Time, TimeConfig}; fn main() { let dt = DateTime::parse_bytes_with_config( - "1689102037.5586429Z".as_bytes(), + "1689102037.5586429".as_bytes(), &TimeConfig::builder().unix_timestamp_offset(Some(0)).build(), ).unwrap(); assert_eq!(