File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
doc/reference/reference_lua Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Functions
118118 - 0
119119
120120 * - sec
121- - Seconds. Value range: 0 - 60. A leap second is supported, see a section :ref: `leap second <leap-second >`.
121+ - Seconds. Value range: 0 - 60. A leap second is inchoately supported, see a section :ref: `leap second <leap-second >`.
122122 - number
123123 - 0
124124
@@ -267,7 +267,7 @@ Functions
267267
268268 By default fields that are not specified are equal to appropriate values in a Unix time.
269269
270- Leap second is supported, see a section :ref: `leap second <leap-second >`.
270+ Leap second is inchoately supported, see a section :ref: `leap second <leap-second >`.
271271
272272 :param string input_string: string with the date and time information.
273273 :param string format: indicator of the ``input_string `` format.
@@ -1098,7 +1098,8 @@ that besides the time zone description files also contains a leapseconds file.
10981098You can use the Lua module :ref: `tarantool <tarantool-module >` to get a used
10991099version of ``tzdata ``.
11001100
1101- This section describes how the ``datetime `` module supports leap seconds:
1101+ This section describes how the ``datetime `` module supports leap seconds.
1102+ It's very initially level of support:
11021103
11031104* The function :ref: `datetime.parse() <datetime-parse >` correctly parses
11041105 an input string with 60 seconds:
You can’t perform that action at this time.
0 commit comments