removed debug output
This commit is contained in:
parent
aec46823ba
commit
cc5fab6e5a
|
@ -3,7 +3,7 @@ use PHPUnit\Framework\TestCase;
|
||||||
/*
|
/*
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2017 - 2019 Roland Gruber
|
Copyright (C) 2017 - 2020 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -75,7 +75,6 @@ use PHPUnit\Framework\TestCase;
|
||||||
$timeDiff = $time->diff($timeBase);
|
$timeDiff = $time->diff($timeBase);
|
||||||
$days = $timeDiff->format('%a');
|
$days = $timeDiff->format('%a');
|
||||||
$seconds = $days * 24 * 3600 - ($time->getOffset());
|
$seconds = $days * 24 * 3600 - ($time->getOffset());
|
||||||
echo $seconds . ' ';
|
|
||||||
return $seconds . '0000000';
|
return $seconds . '0000000';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue