aboutsummaryrefslogtreecommitdiff
path: root/docs/datetime.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/datetime.md')
-rw-r--r--docs/datetime.md2
1 files changed, 1 insertions, 1 deletions
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