Skip to content
Snippets Groups Projects
Commit c7ffd5e7 authored by Peter Rotich's avatar Peter Rotich
Browse files

Task Due Date Time

Defer to agent's timezone on due date `datetime` selection instead of
defaulting to GMT.
parent dba6835c
No related branches found
No related tags found
No related merge requests found
......@@ -1520,7 +1520,7 @@ extends AbstractForm {
'configuration' => array(
'min' => Misc::gmtime(),
'time' => true,
'gmt' => true,
'gmt' => false,
'future' => true,
),
)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment