Skip to content

Commit

Permalink
datetime: add note about tzoffset value range (#4440)
Browse files Browse the repository at this point in the history
Closes #4439
Closes #4442
  • Loading branch information
ligurio authored Aug 15, 2024
1 parent 56a20bf commit 0ce3f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/reference/reference_lua/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ Functions
- 0

* - tzoffset
- A time zone offset from UTC, in minutes. If both ``tzoffset`` and
``tz`` are specified, ``tz`` has the preference and the ``tzoffset``
- A time zone offset from UTC, in minutes. Value range: -720 - 840 inclusive.
If both ``tzoffset`` and ``tz`` are specified, ``tz`` has the preference and the ``tzoffset``
value is ignored. See a section :ref:`timezone <timezone>`.
- number
- 0
Expand Down

0 comments on commit 0ce3f88

Please sign in to comment.