diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 78b83a927cd2ed1ac209b4ff3a888d4aa417b41d..05e1e32a40936937413ba3aee9f7ef666a8ec115 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -483,7 +483,7 @@ class FormFile // Show file date $date=(! empty($file['date'])?$file['date']:dol_filemtime($filedir."/".$file["name"])); - $out.= '<td align="right" nowrap="nowrap">'.dol_print_date($date, 'dayhour').'</td>'; + $out.= '<td align="right" nowrap="nowrap">'.dol_print_date($date, 'dayhour', 'tzuser').'</td>'; if ($delallowed) {