Opened 14 years ago
Closed 14 years ago
#746 closed defect (fixed)
Fix the issue to pase the XML doc with DATETIME field
Reported by: | sunch | Owned by: | sunch |
---|---|---|---|
Priority: | minor | Milestone: | 3.5.0 |
Component: | General | Version: | 3.5.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
FDO doesn't parse the XML DateTime Data type like 2009-06-08T00:00:00 correctly. The reason is that the parsing process can't be terminated correctly since it doesn't take the character 'T' as the terminator character for the date string.
The fix is to enhance the FDO date time parser to succeed in parsing this kind of date string.
Attachments (1)
Change History (2)
by , 14 years ago
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.