You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/reference/reference_lua/datetime/new.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ datetime.new()
9
9
10
10
Create an object of the :ref:`datetime type <index-box_datetime>` from a table of time units.
11
11
See :ref:`description of units <datetime-new-args>` and :ref:`examples <datetime-new-example>` below.
12
-
If an empty table or no arguments are passed, create the ``datetime`` object with the default values corresponding to Unix Epoch: ``1970-01-01T00:00:00Z``.
13
12
14
-
:param table time_units: Table of time units. [TDB]
13
+
:param table time_units: Table of :ref:`time units <datetime-new-args>`.
14
+
If an empty table or no arguments are passed, the ``datetime`` object with the default values corresponding to Unix Epoch is created: ``1970-01-01T00:00:00Z``.
0 commit comments