From 63a52404cb20a3051bf33c8c45ae4a5f931fdc00 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Tue, 10 Aug 2004 16:51:26 +0000 Subject: [PATCH] expand comment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1