⏰ Fix UTC time
This commit is contained in:
@ -82,7 +82,7 @@ const CommentCard = forwardRef((props, ref) => {
|
||||
<a>{props.user.name}</a>
|
||||
</Link>
|
||||
-{' '}
|
||||
{date.format(new Date(props.createdAt), 'DD/MM/YYYY à HH:mm', true)}
|
||||
{date.format(new Date(props.createdAt), 'DD/MM/YYYY à HH:mm', false)}
|
||||
</span>
|
||||
</div>
|
||||
<div className='row'>
|
||||
|
Reference in New Issue
Block a user