From 45425b77e40da59552cc800313aa80aac88430d4 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Sep 2024 02:03:03 -0400 Subject: Code cleanup --- docs/datetime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/datetime.md b/docs/datetime.md index 7fbd8ff7..702045fc 100644 --- a/docs/datetime.md +++ b/docs/datetime.md @@ -41,7 +41,7 @@ at which point it becomes March 31st! For various functions where time zones matter, there is an optional `timezone` argument that, if set, will override the timezone when performing calculations. If unspecified, it is assumed that the current local timezone should be used. -Time zones are specified by name, such as `America/New_York` or `EDT`. +Time zones are specified by name, such as `America/New_York` or `UTC`. ## DateTime Methods -- cgit v1.2.3