OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewStatisticYearTS - improve handling of midnight and add more year types

smalers opened this issue · comments

The utility code that supports the TSTool NewStatisticYearTS command has not been cleanly handling the midnight boundary when input time series use times. A recent use case involving IrregSecond interval data pointed out issues. Also, the code needs to support additional output year types, including July through June.

I updated the code to be more precise handling midnight, with flexibility to handle in the TSTool NewStatisticYearTS command. Close this issue.