Skip to content

Commit

Permalink
Fix invalid date format (#40929)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz authored May 9, 2022
1 parent 1e47ed5 commit 7c9286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/post-comments/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ export default function PostCommentsEdit( {

<div className="comment-metadata">
<a href="#top">
<time dateTime="2000-01-01T00:00:00+00:00">
<time dateTime="2000-01-01T12:00:00+00:00">
{ __(
'January 1, 2000 at 00:00 am'
'January 1, 2000 at 12:00 am'
) }
</time>
</a>{ ' ' }
Expand Down

0 comments on commit 7c9286a

Please sign in to comment.