v1.1
This commit is contained in:
@@ -33,4 +33,7 @@ function formatSeconds($seconds) {
|
||||
if ($secs > 0 || $result === '') $result .= $secs."S";
|
||||
|
||||
return $result;
|
||||
}
|
||||
function secondsUntilUtcDayEnd(): int {
|
||||
return strtotime('tomorrow 00:00:00 UTC') - 1 - time();
|
||||
}
|
||||
Reference in New Issue
Block a user