Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Date.php')
-rw-r--r--core/Date.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Date.php b/core/Date.php
index aa465875ac..35c5d29b3c 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -82,6 +82,7 @@ class Piwik_Date
}
$timestamp = $date->getTimestamp();
// can't be doing web analytics before the 1st website
+ // Tue, 06 Aug 1991 00:00:00 GMT
if($timestamp < 681436800 )
{
throw $invalidDateException;