This basically addresses the issue of ncWMS not returning the correct dates for non-standard calendars (see Unidata/thredds#310)
Bump version of ncWMS to 1.2.tds.4.6.4-SNAPSHOT
Expose package private method from CalendarDate getDateTime() to easily integrate into existing ncWMS code.
The idea is to get away from allowing users to access DateTime objects directly, but in this case it's the easiest path forward, especially since we have moved to edal-java in 5.0.
This basically addresses the issue of ncWMS not returning the correct dates for non-standard calendars (see Unidata/thredds#310) Bump version of ncWMS to 1.2.tds.4.6.4-SNAPSHOT Expose package private method from CalendarDate getDateTime() to easily integrate into existing ncWMS code. The idea is to get away from allowing users to access DateTime objects directly, but in this case it's the easiest path forward, especially since we have moved to edal-java in 5.0.