-
The [Joda Time website](https://www.joda.org/joda-time/) contains the following note:
> Note that from Java SE 8 onwards, users are asked to migrate to java.time (JSR-310) - a core part of the JDK…
-
Joda-Time suggests transition to JSR-310 see the "About" section on the website.
http://www.joda.org/joda-time/
_Joda-Time is the de facto standard date and time library for Java prior to Java S…
-
@mauricio what do you think about using Java 8 date/time APIs instead of Joda Time library? The fix itself should be easy I think, but the decision has to be made ;)
-
It would be nice if this library could come without external dependencies, or at least as close as possible.
I believe that the use of Joda-time here could be replaced with plain Java time handling…
-
As mentioned on the website of Joda-Time:
> Note that from Java SE 8 onwards, users are asked to migrate to java.time (JSR-310) - a core part of the JDK which replaces this project.
Since the pr…
-
I'm having a problem when accessing Ice, none of the graphs come up any more. The docker logs only show this error at the time of access:
```
ice_1 | | Error 2016-05-10 13:31:46,196 [http-nio-8080…
-
Joda-time has been used till moving to Java 8. For now, these two time libraries are used together. It will make sense finally to move everywhere to only one lib - *java.time* - as a standard Java tim…
-
I believe that the library can be migrated to Java 8 time and dependency on joda-time can be dropped. Please let me know if you agree and I will prepare PR.
thanks
-
Currently Amazonica [converts](https://github.com/mcohen01/amazonica#conversion-of-returned-types) `java.util.Date`s to `org.joda.time.DateTime`s. Now that we have the time API from Java 8, and [good…
conan updated
2 years ago
-
**Platform on which you observed the bug:**
- [x] Android
- [ ] iOS
- [ ] Other
- [ ] Platform is not relevant for this bug
**Device on which you observed the bug:**
- [ ] Polar OH1
- [ ] P…