TPlanner mode=plCustomList problem

Hi !
I am trying to use TPLanner mode plCustomList in "week mode" so that user specified date range should show
every week starting Monday. Items that are before the start day should be in the 1 st pos and items after the last date at the end of the year.
So my datetimelist is:
01.01.2012 00:01:01
09.07.2012
16.07.2012
23.07.2012
30.07.2012
31.12.2012 23:59:59

However here is the result of actual dates (from db) and PlannerItem start&end dates. So no items are visible.
How the datetimelist should be specifired in this case ?
I have debugged TPLanner source code and I think there is problem in TimeToIndex function ...

Actual:23.07.2012-29.07.2012
PItem: 23.07.2012-23.07.2012
Actual:18.06.2012-22.06.2012
PItem: 01.01.2012-01.01.2012
Actual:03.09.2012-07.09.2012
PItem: 30.07.2012-30.07.2012
Actual:12.11.2012-16.11.2012
PItem: 30.07.2012-30.07.2012
Actual:17.12.2012-21.12.2012
PItem: 30.07.2012-30.07.2012
Actual:06.08.2012-10.08.2012
PItem: 30.07.2012-30.07.2012

We have traced & solved this problem. The next update will address this 

Thanks Bruno !
I will be waiting the update.
The widht of the timeline is controlled by Display.DisplayScale, would it be possible that start of the year and end of the year could be wider than the week ranges ?
I mean:

1.1                                       6.8  13.8 20.8                                         31.12

Unfortunately that is not possible.
The time axis is always divided in equidistant time slots.