Skip to content

Commit

Permalink
Make completion date honor the time zone, fixes #923 (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfs authored Mar 31, 2020
1 parent 238fae0 commit d31a191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public final class TaskFieldAdapters
/**
* Adapter for the completed date of a task.
*/
public final static TimeFieldAdapter COMPLETED = new TimeFieldAdapter(Tasks.COMPLETED, null, null);
public final static TimeFieldAdapter COMPLETED = new TimeFieldAdapter(Tasks.COMPLETED, Tasks.TZ, null);

/**
* Adapter for the time zone of a task.
Expand Down

0 comments on commit d31a191

Please sign in to comment.