Changes between Initial Version and Version 2 of Ticket #9559
- Timestamp:
- Dec 1, 2011, 3:20:26 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9559
- Property Cc Ryan J Ollos added; anonymous removed
-
Ticket #9559 – Description
initial v2 1 1 After adding a ticket to my Trac installation I got this error message: 2 2 {{{ 3 3 ''Error: Macro TracJSGanttChart(None) failed 4 4 … … 27 27 julian = datetime_date(year, month, day).toordinal() - \ 28 28 ValueError: day is out of range for month'' 29 29 }}} 30 30 31 31 Any idea what's happening here?