Issue #13 Due time handling (local time / UTC)

This commit is contained in:
Simon Holywell
2012-04-13 14:07:18 +01:00
parent cf2f9d419e
commit 3e78376be3
8 changed files with 50 additions and 22 deletions

View File

@@ -484,7 +484,6 @@ class IDF_Views_Issue
'date_1_week' => date('Y-m-d', strtotime('+1 week')),
'date_two_weeks' => date('Y-m-d', strtotime('+2 week')),
'date_one_month' => date('Y-m-d', strtotime('+1 month')),
'default_time' => Pluf::f('issue_default_due_date_time'),
),
self::autoCompleteArrays($prj)
);
@@ -731,7 +730,6 @@ class IDF_Views_Issue
'date_1_week' => date('Y-m-d', strtotime('+1 week')),
'date_two_weeks' => date('Y-m-d', strtotime('+2 week')),
'date_one_month' => date('Y-m-d', strtotime('+1 month')),
'default_time' => Pluf::f('issue_default_due_date_time'),
),
$arrays),
$request);