-
I just uploaded a new version of the patch that always formats the milliseconds with 3 digits, e.g. 042 instead of 42.
2008-05-06 19:38:51 UTC by tcabot
-
File Added: dom-date-format-patch.txt.
2008-05-06 19:30:09 UTC by tcabot
-
Here's a patch that adds a CalendarNodeListAdapter and a unit test. CalendarNodeListAdapter just formats the Calendar as an xml schema-compliant date including the time zone. Since it never worked before we don't need to worry about backward compatibility and I think most people want to display the Calendar as a date rather than as its component members.
File Added: bug_1926685-patch.txt.
2008-03-27 17:04:31 UTC by tcabot
-
It looks as if the problem is actually caused by java.util.TimeZone which has a method:
public static TimeZone getDefault()
...that creates an endless loop.
2008-03-27 15:12:43 UTC by tcabot
-
java.util.Calendar causes Domify to go into a loop and ultimately run out of stack space.
I'll attach a stack trace showing the StackOverflowError.
2008-03-27 00:40:12 UTC by tcabot
-
Forgot to mention: the unit tests for this patch assume that the fix for bug 1808993 has been applied.
2007-11-12 21:50:40 UTC by tcabot
-
This patch adds a DateNodeListAdapter that improves the formatting of java.sql.Date and java.util.Date. It adds a element that contains the date formatted in ISO 8601 format (always with the UTC timezone). This is easier to reformat than having to reassemble the date from Date's various member fields.
2007-11-12 21:48:33 UTC by tcabot
-
File Added: dom-element-sqldate.patch.txt.
2007-11-12 17:45:30 UTC by tcabot
-
geoffm74 committed patchset 39 of module domify to the Domify CVS repository, changing 2 files.
2007-11-02 13:38:28 UTC by geoffm74
-
geoffm74 committed patchset 38 of module domify to the Domify CVS repository, changing 3 files.
2007-10-22 04:26:52 UTC by geoffm74