atom feed22 messages in net.java.dev.jsr235.issues[Issue 10] Date conversions confusing
FromSent OnAttachments
kgoodsonFeb 7, 2008 2:56 am 
kgoodsonFeb 7, 2008 2:58 am 
kgoodsonFeb 7, 2008 2:59 am 
radupFeb 14, 2008 5:48 pm 
kgoodsonFeb 26, 2008 9:36 am 
radupFeb 27, 2008 12:29 pm 
kgoodsonMar 7, 2008 9:01 am 
blaise_doughanApr 8, 2008 8:17 am 
blaise_doughanApr 16, 2008 1:53 pm 
radupApr 23, 2008 7:46 pm 
radupApr 23, 2008 8:38 pm 
radupMay 16, 2008 2:03 pm 
radupJul 2, 2008 7:57 pm 
radupJul 17, 2008 6:47 pm 
sbuennigJul 24, 2008 6:15 am 
radupJul 25, 2008 4:00 pm 
blaise_doughanJul 31, 2008 7:43 am 
radupJul 31, 2008 6:21 pm 
radupAug 13, 2008 6:40 pm 
radupAug 14, 2008 10:37 am 
radupAug 28, 2008 8:05 pm 
radupSep 24, 2008 7:57 pm 
Subject:[Issue 10] Date conversions confusing
From:sbuennig (sbue@dev.java.net)
Date:Jul 24, 2008 6:15:39 am
List:net.java.dev.jsr235.issues

https://jsr235.dev.java.net/issues/show_bug.cgi?id=10

------- Additional comments from sbue@dev.java.net Thu Jul 24 13:16:01 +0000
2008 ------- Chapter 8.1.2 Conversion from SDO type String to SDO type Date

What I don't understand in this chapter is how the 29th of February can survive a conversion from String to Date and back for types that don't contain a year, e.g. MonthDay or Time. So I don't know how we can realize the example in this chapter. If this is possible then please provide the time in milliseconds of the expected Date.

Chapter 8.1.6 Conversion from String to a String-based SDO Date/Time type

If the String doesn't fit to the type we could fill a Calender with all known fields, leave the others unset and then follow 8.1.4.