Re: PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-07-12 Thread Steve Quint
At 11:54 PM -0700 6/29/04, Daniel L. Rall wrote: +1 on committing this patch to CVS HEAD (only). Steve, this is quite a bit of code. Any chance of a JUnit test case to go along with it? It's the perfect sort of code for a unit test. Attached. Note that dates without time zone information is in a

Re: PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-07-05 Thread Steve Quint
At 9:00 AM +0200 6/30/04, Jochen Wiedmann wrote: Daniel L. Rall wrote: +1 on committing this patch to CVS HEAD (only). Why not better using the XsDateTimeFormat from ws-jaxme? I'll be the first to admit this is probably not the best solution, as a matter of fact, I noted this in the comment I sent

Re: PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-07-05 Thread Steve Quint
At 11:54 PM -0700 6/29/04, Daniel L. Rall wrote: +1 on committing this patch to CVS HEAD (only). Steve, this is quite a bit of code. Any chance of a JUnit test case to go along with it? It's the perfect sort of code for a unit test. Steve Quint wrote: The current DateTool can only deal with one

Re: PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-06-29 Thread Jochen Wiedmann
Daniel L. Rall wrote: +1 on committing this patch to CVS HEAD (only). Why not better using the XsDateTimeFormat from ws-jaxme?

Re: PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-06-29 Thread Daniel L. Rall
+1 on committing this patch to CVS HEAD (only). Steve, this is quite a bit of code. Any chance of a JUnit test case to go along with it? It's the perfect sort of code for a unit test. Steve Quint wrote: The current DateTool can only deal with one form of ISO 8601 dates - one that look like "yy

PATCH: src/java/org/apache/xmlrpc/util/DateTool.java

2004-04-23 Thread Steve Quint
The current DateTool can only deal with one form of ISO 8601 dates - one that look like "MMddThh:mm:ss". Any time zone information is discarded by the SimpleDateFormat object due to the format string. Even worse, any other variant of ISO 8601 will cause the entire XMLRPC transaction to fai