diff --git a/htdocs/lib/functions.lib.php b/htdocs/lib/functions.lib.php
index ee9e7018df6..456855be08a 100644
--- a/htdocs/lib/functions.lib.php
+++ b/htdocs/lib/functions.lib.php
@@ -1553,6 +1553,7 @@ function dolibarr_print_error($db='',$error='')
print $langs->trans("InformationToHelpDiagnose").":
\n";
print "".$langs->trans("Dolibarr").": ".DOL_VERSION."
\n";;
+ print "".$langs->trans("Date").": ".dolibarr_print_date(time(),'dayhourlog')."
\n";;
if (isset($conf->global->MAIN_FEATURES_LEVEL)) print "".$langs->trans("LevelOfFeature").": ".$conf->global->MAIN_FEATURES_LEVEL."
\n";;
print "".$langs->trans("Server").": ".$_SERVER["SERVER_SOFTWARE"]."
\n";;
print "".$langs->trans("RequestedUrl").": ".$_SERVER["REQUEST_URI"]."
\n";;