| # | Task | Status | Implementer | Issue for patch |
| 1 | Implement Period.parse() and tests - the shell method exists and has javadoc explaining what it must do. | Completed | darryl west |
| 2 | Implement LocalDate?.parse(String) - this should be implemented to use the existing parsing in the format subpackage. Parsing should be strict. | Completed | Yishai Hornbacher | 14 |
| 3 | Implement LocalTime?.parse(String) - as above | Completed | Yishai Hornbacher | 16 |
| 4 | Implement LocalDateTime?.parse(String) - as above | Completed | Yishai Hornbacher | 19 |
| 5 | Implement OffsetDate?.parse(String) - as above | Completed | m0smith | 15 |
| 6 | Implement OffsetTime?.parse(String) - as above | Completed | m0smith | 15 |
| 7 | Implement OffsetDateTime?.parse(String) - as above | Completed | m0smith | 15 |
| 8 | Implement ZonedDateTime?.parse(String) - as above | Assigned | M0smith |
| 9 | Implement YearMonth?.parse(String) - as above | Completed | darryl west | 17 |
| 10 | Implement MonthDay?.parse(String) - as above | Completed | darryl west | 17 |
| 11 | Uncomment the factory methods at the top of ZonedDateTime?, and write tests for them. There are other tests in OffsetDateTime? and ZonedDateTime? to use as a basis. | Assigned | m0smith |
| 12 | Implement the parsing in ZonedPrinterParser? | Completed | m0smith | 20 |