Skip to content

Commit 08cc8e3

Browse files
authored
Merge pull request #7890 from joshv2/patch-4
Update time.rst
2 parents b97c5ed + 7deb334 commit 08cc8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/views/helpers/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ posts using the TimeHelper::
2929
echo $this->Time->format(
3030
$post->created,
3131
\IntlDateFormatter::FULL,
32-
null,
32+
false,
3333
$user->time_zone
3434
);
3535
// Will display 'Saturday, August 22, 2011 at 11:53:00 PM GMT'

0 commit comments

Comments
 (0)