HydrologicEngineeringCenter / FIRO_TSEnsembles

Time series of ensembles in SqLite
Other
2 stars 2 forks source link

Incorrectly handling 2400 between hecTime and ZoneDateTime #231

Closed dvdhoz closed 8 months ago

dvdhoz commented 8 months ago

The conversion from hecTime to ZoneDateTime was incorrectly handled. The DssDatabase::getStartDate() was adding 1 to the day and setting the hour to 00:00. This causes errors at the end of the month and adding a day to a month that does not exist (i.e. September 31).