jrkorman

Results 1 comments of jrkorman

Looks like the problem may be the format statement at **com.raytheon.edex.plugin.obs/src/com/raytheon/edex/plugin/obs/metar/MetarDecoder.java:848** `String dt = String .format("%d hour precip reported from %s at %2$tY%2$tm%2$td %2$tH%2$tM", obsHr, record.getStationId(), record.getTimeObs());` Note that the...