From 7ea37d87720a91995807cc35bcbf426154d7efa1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 28 May 2021 02:14:13 -0600 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b70e57..d19040b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ new Date("2021-11-07T03:15:59.000-0500").toISOString()); Use ISO-like timestamps representing the _local_ time in the target time zone: ```txt -"2021-11-0 T03:15:59.000" +"2021-11-0 03:15:59.000" ``` Convert directly to an offset ISO String: