From 5af42946aa06e9a5d3a4deed27a2baaf1a6c3b9b Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 10 Aug 2004 08:28:43 +0000 Subject: [PATCH] Add internal timestamp wrapper wfTimestamp($outputtype,$timestamp); Obsoletes: wfTimestamp2Unix, wfUnix2Timestamp, wfTimestampNow; Autodetects database, mediawiki and unix timestamps to be done: inverted timestamp support --- includes/GlobalFunctions.php | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 7df6877183..a2789abd55 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1,5 +1,6 @@ -- 2.20.1