Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/reference/reference_lua/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Functions
- 0

* - sec
- Seconds. Value range: 0 - 60. A leap second is supported, see a section :ref:`leap second <leap-second>`.
- Seconds. Value range: 0 - 60. A leap second is supported at the most basic level, see the section :ref:`leap second <leap-second>`.
- number
- 0

Expand Down Expand Up @@ -267,7 +267,7 @@ Functions

By default fields that are not specified are equal to appropriate values in a Unix time.

Leap second is supported, see a section :ref:`leap second <leap-second>`.
Leap second is supported at the most basic level, see the section :ref:`leap second <leap-second>`.

:param string input_string: string with the date and time information.
:param string format: indicator of the ``input_string`` format.
Expand Down Expand Up @@ -1098,7 +1098,7 @@ that besides the time zone description files also contains a leapseconds file.
You can use the Lua module :ref:`tarantool <tarantool-module>` to get a used
version of ``tzdata``.

This section describes how the ``datetime`` module supports leap seconds:
The ``datetime`` module supports leap seconds at the most basic level:

* The function :ref:`datetime.parse() <datetime-parse>` correctly parses
an input string with 60 seconds:
Expand Down
Loading