-
Swagger currently provides code generation options for `java.util.Date`, `java.time`, and `joda`. Joda has shown to be lacking in some ways (notably only allowing for millisecond precision).
Android …
-
After fixing the problem with the formatter in #21 for the specific `m/s` case we need to create tests to make sure that it works for every other different format possible
-
In JSR-310 (The Java 8 date and time library), we distinguish between "zone offset" and "time zone"
* zone offset - the number of hours, minutes and seconds from GMT, eg +02:00
* time zone - the r…
-
- **Autor:** Eduardo Bonet
- **Data escolhida:** 26/09/16
- **Título do artigo:** Usando Java 8 no Android
- **Descrição:** Java 8 trouxe diversas API's e mudanças de linguagem para o Java, porém mesm…
-
**[Jostein Gogstad](https://jira.spring.io/secure/ViewProfile.jspa?name=jgogstad)** opened **[DATACMNS-848](https://jira.spring.io/browse/DATACMNS-848?redirect=false)** and commented
The current [Jsr…
-
I would strongly urge you to include at least 2 more bits for the year storage to give a upper limit of 16383.
There are projects that exist for the archiving of digital material so that it won't be …
-
I have not been able to find a way of mapping JSR310 LocalDate and LocalDateTime.
Caused by: java.lang.IllegalArgumentException: no suitable constructors found for LocalDateTime
at ma.glasnost.o…
-
There are methods for easy get joda-time values from resultSet.
Like rs.jodaLocalDateTimeOpt("my_time_variable")
There must be the same bunch of methods for java.time.* values
Like rs.localDateTi…
-
Consider adding support for exoplanets through a StarriseStarset utility (i.e., a class that supports accepting parameters of the general environment).
Required state to be provided by user:
-- st…
ghost updated
7 years ago
-
First, thank you for this awesome library and congratulations for having JSR 363 approved by the JCP .
When accessing for the first time to the default UnitFormat this way :
`ServiceProvider.curr…