RE: Date vs Calendar roundtripping

2002-06-26 Thread Tom Jordahl
mbedded it in the generated jar file, so they don't really have this problem with their implementation.  :-(   -- Tom Jordahl Macromedia       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 18, 2002 8:25 AMTo: [EMAIL PROTECTED]Subjec

TCK: Date vs Calendar roundtripping

2002-06-18 Thread butek
This slipped through my cracks. I think we have a problem with the spec, and therefore the TCK. The spec says: Date -> xsd:dateTime Calendar -> xsd:dateTime But in the other direction: xsd:dateTime -> Calendar So if we start with Date, when we roundtrip we end up with Calendar. Right now it wo

Date vs. Calendar

2002-04-15 Thread Volkmann, Mark
Title: Date vs. Calendar Is the issue related to passing dates resolved in the 4/15 build? According to the most recent post about whether Date or Calendar objects should be passed, I should be using Calendar objects.  I do that and see the date correctly encoded in the request message