From 7cd3b6b6c8ae03bab87de0e6ce32198aa1010816 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 2 Sep 2015 16:34:00 +0000 Subject: [PATCH] --- lam/lib/account.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/account.inc b/lam/lib/account.inc index 473b11a6..6a97a936 100644 --- a/lam/lib/account.inc +++ b/lam/lib/account.inc @@ -1286,7 +1286,7 @@ function getTimeZone() { /** * Returns the current time in formatted form. * - * @param unknown $format format to use (e.g. 'Y-m-d H:i:s,00') + * @param unknown $format format to use (e.g. 'Y-m-d H:i:s') */ function getFormattedTime($format) { $time = new DateTime(null, getTimeZone());