From daf39ee16aa15572b92f96bd7cc3705305a50b9d Mon Sep 17 00:00:00 2001 From: Oliver Buchmann Date: Wed, 10 May 2017 22:42:34 +0200 Subject: Change Due Date to Due Timestamp fixes #919 (#3249) --- app/Console/TaskOverdueNotificationCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Console') diff --git a/app/Console/TaskOverdueNotificationCommand.php b/app/Console/TaskOverdueNotificationCommand.php index 36276615..107ecc05 100644 --- a/app/Console/TaskOverdueNotificationCommand.php +++ b/app/Console/TaskOverdueNotificationCommand.php @@ -44,7 +44,7 @@ class TaskOverdueNotificationCommand extends BaseCommand $rows[] = array( $task['id'], $task['title'], - date('Y-m-d', $task['date_due']), + date('Y-m-d H:i', $task['date_due']), $task['project_id'], $task['project_name'], $task['assignee_name'] ?: $task['assignee_username'], -- cgit v1.2.3