id summary reporter owner description type status priority component severity resolution keywords cc release 11134 The Timezone in list view mode is UTC instead of req.tz. Genie Jun Omae "I think missing timezone conversion in function _parse_duration_arg(). {{{ def _parse_duration_arg(arg): default = datetime.now(utc).date(), 7 if not arg or '/P' not in arg: return default start, period = arg.split('/P', 1) try: start = parse_date(start, tzinfo=utc) except: start = None if not start: return default start = start.date() if period.endswith('D'): try: period = int(period[:-1]) except: period = 0 if period > 0: return start, period return default }}}" defect closed normal TicketCalendarPlugin normal fixed 0.12