Fixed error during new category addition.
[fa-stable.git] / reporting / includes / pdf_report.inc
index 5beea7e978f4feecd1c39f0fb88e30032a2a28f3..5b8e98dc276cb4266f5a9faedbbee59a17e1d821 100644 (file)
@@ -203,6 +203,8 @@ class FrontReport extends Cpdf
                $str = _("Print Out Date") . ':';
                $this->Text($this->leftMargin, $str, $this->titleCol);
                $str = Today() . '   ' . Now();
+               if ($this->company['time_zone'])
+                       $str .= ' ' . date('O') . ' GMT';
                $this->Text($this->titleCol, $str, $this->companyCol);
                $this->Text($this->companyCol, $this->host);