The Joda-Time project has been running for many years now, and the codebase is stable.
Java SE 8 contains a new date and time library that is the successor to Joda-Time.
As such Joda-Time is primarily in maintainence mode and there are few things worthy of being raised as an issue.
As a general rule, you should raise a question at Stack Overflow, not here.
Before raising an issue, please check the FAQs.
Please also search Stack Overflow and the issue history at GitHub.
In particular, if the issue is Android specific, you are unlikely to get any assistance here.
Please bear in mind that I've worked on Joda-Time in my spare time, unpaid, for over 15 years.
As such, issue response time is likely to be slow.
In the unlikely event you still think you've found an issue, please delete the text above and describe the problem as follows:
Key information
Joda-Time version
1.6.2
Problem description
Trying to use joda library for creating the files on Android, but getting failed for GST throwing exception:
2017-03-12T10:47:17.041-04:00, Error, SendNewRecordingsAndFilesToRC, Exception: Value 2 for hourOfDay is not supported: Illegal instant due to time zone offset transition: 2017-03-12T02:00:00.000 (America/New_York)
The Joda-Time project has been running for many years now, and the codebase is stable. Java SE 8 contains a new date and time library that is the successor to Joda-Time. As such Joda-Time is primarily in maintainence mode and there are few things worthy of being raised as an issue.
As a general rule, you should raise a question at Stack Overflow, not here.
Before raising an issue, please check the FAQs. Please also search Stack Overflow and the issue history at GitHub. In particular, if the issue is Android specific, you are unlikely to get any assistance here. Please bear in mind that I've worked on Joda-Time in my spare time, unpaid, for over 15 years. As such, issue response time is likely to be slow.
In the unlikely event you still think you've found an issue, please delete the text above and describe the problem as follows:
Key information
Problem description
Trying to use joda library for creating the files on Android, but getting failed for GST throwing exception:
2017-03-12T10:47:17.041-04:00, Error, SendNewRecordingsAndFilesToRC, Exception: Value 2 for hourOfDay is not supported: Illegal instant due to time zone offset transition: 2017-03-12T02:00:00.000 (America/New_York)
Is DST not supported by Joda..please let me know
Test case