From: Arne Heizmann Date: Tue, 10 Aug 2004 16:51:26 +0000 (+0000) Subject: expand comment X-Git-Tag: 1.5.0alpha1~2433 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=63a52404cb20a3051bf33c8c45ae4a5f931fdc00;p=lhc%2Fweb%2Fwiklou.git expand comment --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index a2789abd55..0548766d45 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1075,7 +1075,7 @@ function wfRestoreWarnings() { } # Autodetect, convert and provide timestamps of various types -define("TS_UNIX",0); # Standard unix timestamp +define("TS_UNIX",0); # Standard unix timestamp (number of seconds since 1 Jan 1970) define("TS_MW",1); # Mediawiki concatenated string timestamp (yyyymmddhhmmss) define("TS_DB",2); # Standard database timestamp (yyyy-mm-dd hh:mm:ss)