expand comment
authorArne Heizmann <timwi@users.mediawiki.org>
Tue, 10 Aug 2004 16:51:26 +0000 (16:51 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Tue, 10 Aug 2004 16:51:26 +0000 (16:51 +0000)
includes/GlobalFunctions.php

index a2789ab..0548766 100644 (file)
@@ -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)