Fix UTC time

This commit is contained in:
divlo
2020-08-04 11:42:21 +02:00
parent 3877e974c5
commit 9f068614f5
6 changed files with 10 additions and 10 deletions

View File

@ -67,7 +67,7 @@ const FunctionCard = memo(
{props.categorie.name}
</p>
<p className='FunctionCard__publication-date'>
{date.format(new Date(props.createdAt), 'DD/MM/YYYY', true)}
{date.format(new Date(props.createdAt), 'DD/MM/YYYY', false)}
</p>
</div>
</div>