Hello,
The short date format in VDR currently is "mm.yy", while such a date
should actually have two periods, i.e. "mm.yy.", for example "26.08.".
(That is because both the day and month are ordinal numbers.)
The attached patch adds the missing period to DayDateTime() in tools.c.
Applies to both 1.4.7 and 1.5.9.
Regards,
-LN