Revert "Display user's time in scheduling emails"

This reverts commit 4624ac2a92.
This commit is contained in:
Pavel Dohnal
2019-04-29 16:22:05 +02:00
committed by M. Shull
parent 87d5c802cc
commit b8000c872c
7 changed files with 20 additions and 46 deletions

View File

@ -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',