gbif / parsers

Various GBIF parsers for dates, countries, language, taxon ranks, etc
Apache License 2.0
4 stars 8 forks source link

Change threeten-bp to Java 8 Date-Time API #10

Closed cgendreau closed 7 years ago

cgendreau commented 7 years ago

The date parsing is currently using the threeten-bp which is the backport of the Java 8 Date-Time API. The project is using Java 8 since the last commit, we should make use of the Date/Time API instead of the backport.

cgendreau commented 7 years ago

fixed by https://github.com/gbif/parsers/commit/b8b492715af106a7c7f7413b86a998e382edc169