From 942a967704527176c02b5a47fd146b71efb7ea45 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 9 May 2004 20:01:28 +0000 Subject: [PATCH] added some docu --- phpgwapi/inc/class.datetime.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.datetime.inc.php b/phpgwapi/inc/class.datetime.inc.php index e4d3ab1f4d..9298cbbf31 100755 --- a/phpgwapi/inc/class.datetime.inc.php +++ b/phpgwapi/inc/class.datetime.inc.php @@ -443,6 +443,7 @@ return $this->gmtdate(mktime($hour, $minute, $second, $month, $day, $year)); } + // Note common:show_date converts server- to user-time, before it returns the requested format !!! function localdates($localtime) { $date = Array('raw','day','month','year','full','dow','dm','bd');