Skip to content

Commit cf4275c

Browse files
committed
[ci skip] Correction to the 'Dates and Times' library documentation #2657
1 parent 0712567 commit cf4275c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/time.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,23 @@ today()
5858
-------
5959

6060
Returns a new instance with the date set to the current date, and the time set to midnight. It accepts strings
61-
for the timezone and locale in the second and third parameters::
61+
for the timezone and locale in the first and second parameters::
6262

6363
$myTime = Time::today('America/Chicago', 'en_US');
6464

6565
yesterday()
6666
-----------
6767

6868
Returns a new instance with the date set to the yesterday's date and the time set to midnight. It accepts strings
69-
for the timezone and locale in the second and third parameters::
69+
for the timezone and locale in the first and second parameters::
7070

7171
$myTime = Time::yesterday('America/Chicago', 'en_US');
7272

7373
tomorrow()
7474
-----------
7575

7676
Returns a new instance with the date set to tomorrow's date and the time set to midnight. It accepts strings
77-
for the timezone and locale in the second and third parameters::
77+
for the timezone and locale in the first and second parameters::
7878

7979
$myTime = Time::tomorrow('America/Chicago', 'en_US');
8080

0 commit comments

Comments
 (0)