Skip to content

Commit e8fcb83

Browse files
committed
datetime: refined leap second support desc
1 parent 1d1ad24 commit e8fcb83

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/reference/reference_lua/datetime.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
10981098
You can use the Lua module :ref:`tarantool <tarantool-module>` to get a used
10991099
version 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:

0 commit comments

Comments
 (0)