tchart
tchart copied to clipboard
Fix task grouping by project
tchart groups tasks by project by first sorting by datetime and then by project. However, because due dates are in some cases recorded to one second accuracy this causes problems with the task grouping. Tasks should be sorted by dates (not time) only before sorting by project. This should fix the by project grouping (for each day).