We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf14e3 commit bb201e6Copy full SHA for bb201e6
user_guide_src/source/libraries/time.rst
@@ -366,7 +366,9 @@ Viewing Differences
366
===================
367
368
To compare two Times directly, you would use the ``difference()`` method, which returns a ``CodeIgniter\I18n\TimeDifference``
369
-instance. The first parameter is either a Time instance, a DateTime instance, or a string with the date/time. If
+instance.
370
+
371
+The first parameter is either a Time instance, a DateTime instance, or a string with the date/time. If
372
a string is passed in the first parameter, the second parameter can be a timezone string:
373
374
.. literalinclude:: time/038.php
0 commit comments