From b086c380949e095a450d9d24942de8221d697d50 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 11 Jul 2011 18:14:45 +0000 Subject: [PATCH] added time zone --- lam/lib/lamPDF.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lamPDF.inc b/lam/lib/lamPDF.inc index 796c0346..0a9b2558 100644 --- a/lam/lib/lamPDF.inc +++ b/lam/lib/lamPDF.inc @@ -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); } }