project-koku / nise

A tool for generating sample cost usage data for testing purposes
GNU Affero General Public License v3.0
9 stars 15 forks source link

Fix datetimes #484

Closed esebesto closed 8 months ago

esebesto commented 8 months ago

This PR fixes parsing of datetimes (hours) passed by args, which was broken by https://github.com/project-koku/nise/pull/481 (no matter what the hours were set to in the arg, they were always reset to T00:00:00)

codecov[bot] commented 8 months ago

Codecov Report

Merging #484 (f9ffc16) into main (5c0b534) will decrease coverage by 0.1%. The diff coverage is 100.0%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #484 +/- ## ======================================= - Coverage 93.6% 93.5% -0.1% ======================================= Files 60 60 Lines 4629 4633 +4 Branches 664 666 +2 ======================================= - Hits 4333 4331 -2 - Misses 155 158 +3 - Partials 141 144 +3 ```