diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-30 02:03:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-30 02:03:03 -0400 |
| commit | 45425b77e40da59552cc800313aa80aac88430d4 (patch) | |
| tree | fa49f91e869215342ebf5ba48cfd837a5cd28dad /docs/datetime.md | |
| parent | c5ff7d86b970bf2aea1214f2be04bd5c0584a0a9 (diff) | |
Code cleanup
Diffstat (limited to 'docs/datetime.md')
| -rw-r--r-- | docs/datetime.md | 2 |
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 |
