moon calc

This commit is contained in:
2020-02-04 23:06:28 -06:00
parent d4f2834b75
commit e827571eeb

View File

@@ -438,7 +438,7 @@ class MoonCalc {
$refineRate = $config->RefineRate / 100.00;
//Calculate the current time
$time = Carbon\Carbon::now();
$time = Carbon::now();
//Calcualate the current time minus 30 days
$pastTime = Carbon::now()->subDays(30);