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

@ -229,14 +229,14 @@ const manageCategories = props => {
{date.format(
new Date(category.createdAt),
'DD/MM/YYYY à HH:mm',
true
false
)}
</td>
<td className='table-row'>
{date.format(
new Date(category.updatedAt),
'DD/MM/YYYY à HH:mm',
true
false
)}
</td>
<td