diff --git a/doc/reference/reference_lua/datetime.rst b/doc/reference/reference_lua/datetime.rst index ad1ea2981..247055732 100644 --- a/doc/reference/reference_lua/datetime.rst +++ b/doc/reference/reference_lua/datetime.rst @@ -118,7 +118,7 @@ Functions - 0 * - sec - - Seconds. Value range: 0 - 60. A leap second is supported, see a section :ref:`leap second `. + - Seconds. Value range: 0 - 60. A leap second is supported at the most basic level, see the section :ref:`leap second `. - number - 0 @@ -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 is supported at the most basic level, see the section :ref:`leap second `. :param string input_string: string with the date and time information. :param string format: indicator of the ``input_string`` format. @@ -1098,7 +1098,7 @@ that besides the time zone description files also contains a leapseconds file. You can use the Lua module :ref:`tarantool ` 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() ` correctly parses an input string with 60 seconds: