In the end I adjusted YearMonthDay to exclude times (a semantic change):

  <date>T<time><offset>
  <date>T<time>
  <date>T<offset>
  <date>

Stephen


Stephen Colebourne wrote:

>The main delay on a 1.3 release has been defining good String 
>constructors that preserve backwrads compatability, yet move Joda-Time 
>forward. Here's what I plan to checkin:
>
>DateTime
>  <date>T<time><offset>
>  <date>T<time>
>  <date>T<offset>
>  <date>
>  T<time><offset>
>  T<time>
>
>DateMidnight
>YearMonthDay
>  as DateTime, but the datetime is rounded down to the nearest day once 
>adjusted by any timezone
>
>TimeOfDay (change from v1.2)
>  T<time><offset>
>  T<time>
>  <time><offset>
>  <time>
>
>LocalDateTime
>  <date>T<time>
>  <date>
>
>LocalDate
>  <date>
>
>LocalTime
>  T<time>
>  <time>
>
>
>Stephen
>
>
>_______________________________________________
>Joda-interest mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/joda-interest
>
>  
>


_______________________________________________
Joda-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to