CRM_Utils_Check_Env::checkMysqlTime - Be more forgiving
authorTim Otten <totten@civicrm.org>
Sat, 31 May 2014 22:22:39 +0000 (15:22 -0700)
committerTim Otten <totten@civicrm.org>
Sat, 31 May 2014 22:22:39 +0000 (15:22 -0700)
commit8010540aa1610ee6fcec88804997fdc02bfdcfb3
tree2875e3a34701ed8065a03c75376d3699f73fd944
parent19bbbfecb2c70daef037b7b28ee5687825ebaf30
CRM_Utils_Check_Env::checkMysqlTime - Be more forgiving

Per lcdweb, differences of 1-2 min are acceptable. This check was
originally created because some PHP/MySQL systems have different
TZ's and show differences of several hours.
CRM/Utils/Check/Env.php
CRM/Utils/Time.php
tests/phpunit/CRM/Utils/TimeTest.php [new file with mode: 0644]