Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Joda Time #24

Open
Snowda opened this issue May 11, 2015 · 1 comment
Open

Support for Joda Time #24

Snowda opened this issue May 11, 2015 · 1 comment
Assignees
Milestone

Comments

@Snowda
Copy link

Snowda commented May 11, 2015

Requesting support for the ability to pass DateTime() objects to getHistoricalWeather() as well as the default Date() object as until android implements Java 8, Joda is generally considered more reliable.

It would be nice to have Joda available in other places but this is a more difficult area to work around as it in in getHistoricalWeather()'s constructor.

See: http://stackoverflow.com/a/12034105/2441940

@survivingwithandroid survivingwithandroid self-assigned this May 18, 2015
@survivingwithandroid survivingwithandroid added this to the 1.6.3 milestone May 18, 2015
@riclage
Copy link

riclage commented Feb 1, 2016

Please be very careful about adding JodaTime. It's a very heavy library that adds a whole host of other problems to your project. See here for more details. If you must go away from Java's standard classes and methods, consider this library instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants