added time zone

This commit is contained in:
Roland Gruber 2011-07-11 18:14:45 +00:00
parent c3089acf51
commit b086c38094
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class lamPDF extends UFPDF {
$this->Line(10,282,200,282);
$this->SetY(286);
$this->SetFont($this->fontName,"",7);
$this->Cell(0,5,_("This document was automatically created by LDAP Account Manager") . ' (' . date('Y-m-d H:i:s') . ')',0,0,"C",0);
$this->Cell(0,5,_("This document was automatically created by LDAP Account Manager") . ' (' . date('Y-m-d H:i:s T') . ')',0,0,"C",0);
}
}