Skip to content

Commit

Permalink
Merge pull request #7890 from joshv2/patch-4
Browse files Browse the repository at this point in the history
Update time.rst
  • Loading branch information
markstory authored Jul 28, 2024
2 parents b97c5ed + 7deb334 commit 08cc8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/views/helpers/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ posts using the TimeHelper::
echo $this->Time->format(
$post->created,
\IntlDateFormatter::FULL,
null,
false,
$user->time_zone
);
// Will display 'Saturday, August 22, 2011 at 11:53:00 PM GMT'
Expand Down

0 comments on commit 08cc8e3

Please sign in to comment.