forked from JodaOrg/joda-time
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
625c904
commit 5e830f1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
The Joda-Time project has been running for many years now, and the codebase is stable. | ||
As such, 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](http://www.joda.org/joda-time/faq.html). | ||
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 | ||
- Result of `TimeZone.getDefault()` | ||
- Result of `DateTimeZone.getDefault()` | ||
|
||
### Problem description | ||
|
||
### Test case |