diff --git a/htdocs/projet/list.php b/htdocs/projet/list.php
index 5d0af329952..6eaf231a5cb 100644
--- a/htdocs/projet/list.php
+++ b/htdocs/projet/list.php
@@ -846,7 +846,7 @@ while ($i < min($num,$limit))
if (! empty($arrayfields['p.datec']['checked']))
{
print '
';
- print dol_print_date($db->jdate($obj->date_creation), 'dayhour');
+ print dol_print_date($db->jdate($obj->date_creation), 'dayhour', 'tzuser');
print ' | ';
if (! $i) $totalarray['nbfield']++;
}
@@ -854,7 +854,7 @@ while ($i < min($num,$limit))
if (! empty($arrayfields['p.tms']['checked']))
{
print '';
- print dol_print_date($db->jdate($obj->date_update), 'dayhour');
+ print dol_print_date($db->jdate($obj->date_update), 'dayhour', 'tzuser');
print ' | ';
if (! $i) $totalarray['nbfield']++;
}