Revert "Display user's time in scheduling emails"
This reverts commit 4624ac2a92
.
This commit is contained in:
@ -647,7 +647,7 @@ class Menu {
|
||||
|
||||
$date_time = new DateTime();
|
||||
$data['current_date'] = $date_time->getCurrentDate(DateTime::DEFAULT_DATE_FORMAT);
|
||||
$data['current_time_zone'] = (new Carbon())->getTimezone()->getName();
|
||||
$data['current_time'] = $date_time->getCurrentTime();
|
||||
$data['schedule_time_of_day'] = $date_time->getTimeInterval(
|
||||
'00:00:00',
|
||||
'+1 hour',
|
||||
|
Reference in New Issue
Block a user