From bd98ef8f4c11db600f5c6ff2c73ff4a10159dcf8 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sun, 24 Oct 2021 21:50:59 -0700 Subject: [PATCH] readme- mention we only support utc atm --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf68d414e6f1d4e65be98e203ed04f2ae29225ea..922057fb5d63d17fa803067a5136c28e26e6eaec 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Exposes a `DateTime` structure that can be initialized and acted upon using vari Currently handles dates and times based on the [Proleptic Gregorian calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar) in adherence to [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). +Does not currently support time zones outside of UTC. + Does not currently handle leap seconds. See the `FormatSeq` structure for display information on what to pass as a `fmt` string. -- 2.54.0