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 and adamziel committed May 10, 2022
1 parent 894fd79 commit 57833ed
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 @@ -149,9 +149,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 57833ed

Please sign in to comment.