Skip to content

Commit c20a4f1

Browse files
authored
Merge pull request #7891 from cakephp/upd
Update time.rst (fr, ja)
2 parents 08cc8e3 + 5108893 commit c20a4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fr/views/helpers/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pouvons corriger la date et le temps de nos posts en utilisant le TimeHelper::
3131
echo $this->Time->format(
3232
$post->created,
3333
\IntlDateFormatter::FULL,
34-
null,
34+
false,
3535
$user->time_zone
3636
);
3737
// Affichera 'Saturday, August 22, 2011 at 11:53:00 PM GMT'

ja/views/helpers/time.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TimeHelper を使って投稿日時を補正することができます。 ::
3030
echo $this->Time->format(
3131
$post->created,
3232
\IntlDateFormatter::FULL,
33-
null,
33+
false,
3434
$user->time_zone
3535
);
3636
// GMT+0 のユーザーには 'Saturday, August 22, 2011 at 11:53:00 PM GMT' と

0 commit comments

Comments
 (0)