tbsalling / aismessages

AISmessages is a Java-based light-weight, zero-dependency, and ultra-efficient message decoder for maritime navigation and safety messages compliant with ITU 1371 (NMEA armoured AIS messages). A live demo of AISmessages is available on http://ais.tbsalling.dk.
https://github.com/tbsalling/aismessages/wiki
Other
156 stars 66 forks source link

Add ETA ZonedDateTime method #24

Closed dhoepelman closed 6 years ago

dhoepelman commented 6 years ago

Follow-up on https://github.com/tbsalling/aismessages/pull/23#issuecomment-410209985

The proposed method would look something like this. I would lean more towards not providing this method and leaving it as an exercise to the user, I'll leave that decision to you @tbsalling.

tbsalling commented 6 years ago

Thanks again for your contribution, @dhoepelman. I'll keep this pull request open for a while, and then take it into consideration for the next major update of AISmessages.

First on my list is deciding whether or not to introduce Java 9 modules/jigsaw.