id summary reporter owner description type status priority component severity resolution keywords cc release 7225 [patch] Milestones don't show up in calendar if their due time is not 00:00:00 (h:m:s) delsauce@… Steffen Hoffmann "Not sure why the due time of milestones in our install is not 00:00:00, but they are. When this is the case, no milestones will show up in the calendar because the SELECT statement in the macro that searches for the milestones is looking for an exact time match. I modified the query so that the milestone time isn't taken into consideration (the entire day will match). Here is the line of code that was changed: {{{ cursor.execute("""""" SELECT name FROM milestone WHERE due >= %s and due < %s """""", (duedatestamp,duedatestamp_eod, )) }}}" defect closed normal WikiTicketCalendarMacro major fixed 0.11 0.12 milestone Ryan J Ollos 0.11