-
Jada time has been integrated in GAMA for a long-time, but its functionalities are now more or less (except some Period/Duration formatting problems) entirely covered by Java 8 (JSR-310, to which the …
-
[Release notes of v1.0.0](https://github.com/dropwizard/dropwizard/releases/tag/v1.0.0-rc1) mentions "_Upgraded to Joda-Time 2.9.2_".
If we're targeting first-class Java 8 support in v1.0.0, why use …
-
I think there is something wrong in MANIFEST.MF generation.
In version 1.0.1 we have this:
**Private-Package: org.apache.ibatis.type**
Which makes all handlers invisble when running in for example …
-
H2 version 1.4.193 throws unexpected ClassNotFoundException from JdbcResultSet.getObject(int, Class) method when second argument is one of the JSR-310 types.
```
java.lang.ClassNotFoundException: …
-
Hi,
I noticed `js-joda` is missing the [Interval Class](http://joda-time.sourceforge.net/apidocs/org/joda/time/Interval.html) from the orginal `joda-time` implementation.
Is there any ETA for it? …
-
Java 8 has number of convenient Date & Time classes modelled on Joda Time. Would be great to be supported in Scala-JS.
Examples:
```
java.time.LocalDate
java.time.Period
```
-
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACASS-296](https://jira.spring.io/browse/DATACASS-296?redirect=false)** and commented
Expose `CustomConvers…
-
Support for mapping javax.sql.Timestamp to LocalDateTime for example.
-
For GOTC (and presumably all of our google run stuff) the TZ is set to UTC but they'd prefer it to be in eastern
-
Add Postgres-specific arguments and column mappers for `LocalDate`, `LocalTime`, `LocalDateTime` and `OffsetDateTime`. The Postgres driver supports these types directly through `PgResultSet.getObject(…