Stephen Colebourne

Results 143 comments of Stephen Colebourne

If JDK 8 has the data, then Joda-Time could be adapted to use it. But it would have to be by reflection, and it would be a fair bit of...

Joda-Time does not parse custom time-zones. It simply uses the ID from the `TimeZone` object, inyour case "GMT". Parsing the custom time-zone data has been suggested before, but its not...

There is no support for the textual forms of Ethiopean months in Joda-Time. It could be added, but it doesn't exist now.

This looks pretty good to me. In an ideal world, it would be nice to have a Java 8 version of Joda-Time that aids the transition to `java.time.*`, but it...

That would be a reasonable format to parse, although I don't know if it is an ISO-8601 format or not.

There is no Hebrew or Persian calendar for Joda-Time. I have no plans to work on such a thing. If you want to work on it, I'd prefer to see...

There is no problem with adding additional pattern letters to Joda-Time via a PR. However, the bigger question is what data to output? The data for standalone is not available...

Different languages will have different data. Could default to a simple solution, but in Joda-Time it should really use reflection to access whatever data is available on Java 8.

If you want to raise a PR, let me know so we could agree what is needed first.

Some of this was covered in the [Joda-Time-I18N project](http://www.joda.org/joda-time-i18n/). Its not been updated in years, but could be a useful base. Adding this to the core of Joda-Time seems like...