summaryrefslogtreecommitdiff
path: root/app/Console/TaskOverdueNotificationCommand.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Console/TaskOverdueNotificationCommand.php')
-rw-r--r--app/Console/TaskOverdueNotificationCommand.php2
1 files changed, 1 insertions, 1 deletions
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'],