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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
stack trace showing StackOverflowError
Logged In: YES
user_id=55510
Originator: YES
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.
Logged In: YES
user_id=55510
Originator: YES
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
patch to add CalendarNodeListAdapter