JodaOrg / joda-time

Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
http://www.joda.org/joda-time/
Apache License 2.0
4.98k stars 982 forks source link

dst issue #464

Closed bhuvaneshwariarkala closed 6 years ago

bhuvaneshwariarkala commented 6 years ago

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

jodastephen commented 6 years ago

As it says... "As a general rule, you should raise a question at Stack Overflow, not here."