Open mohph197 opened 8 months ago
The difference in minutes should be calculated with abs(), since diffInMinutes does: $now - $this (resulting in a negative value)
diffInMinutes
$now - $this
Fixes #2250
The difference in minutes should be calculated with abs(), since
diffInMinutes
does:$now - $this
(resulting in a negative value)Fixes #2250