Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d31a1918 authored by Marten Gajda's avatar Marten Gajda Committed by GitHub
Browse files

Make completion date honor the time zone, fixes #923 (#928)

parent 238fae04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.