Modify ↓
Opened 14 years ago
Last modified 14 years ago
#7444 new defect
VBA does not allow a time string "0:0:0".
Reported by: | Yuji OKAZAKI | Owned by: | Yuji OKAZAKI |
---|---|---|---|
Priority: | normal | Component: | VisualBasicTracConnectorIntegration |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Attachments (0)
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
This may be correct patch.
In TracXMLRPC::convertDateStr
- convertDateStr = Format(d, "yyyy/mm/dd h:m:s") + convertDateStr = Format(d, "yyyy/mm/dd hh:mm:ss")
Note: See
TracTickets for help on using
tickets.
This is a workaround patch. In ProjectConnector::addMilestone