1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Change to use "midnight"

This commit is contained in:
Derick Rethans
2018-12-02 17:50:29 +00:00
committed by Christoph M. Becker
parent 5e802342f3
commit 09f261e364

View File

@@ -56,7 +56,7 @@ function format_interval($from, $to) {
} elseif ($diff->d) {
$times[] = array($diff->d,'day');
} else {
$eolPeriod = 'last day';
$eolPeriod = 'midnight';
}
if ($times) {
$eolPeriod = implode(', ',