storj/cmd/satellite/reports
Andrew Harding 62c58f4a9a satellite: consistent report range arguments
This change updates the three satellite report commands that accept date
ranges to parse and treat those dates uniformly.

- End dates are now uniformly exclusive. Exclusive end dates helps
operators avoid one-off errors on month boundaries, as in the operator
does not have to remember how many days are in that month and can just
run the report from the 1st (inclusive) through the 1st (exclusive).
- Fixed the date range validity check which only failed if the start
date came after the end date (it should have failed dates that were
equal since the check happened after adjusting for inclusivity).

Change-Id: Ib2ee1c71ddb916c6e1906834d5ff0dc47d1a5801
2019-12-20 17:17:09 +00:00
..
attribution.go storagenode/notifications: db created (#3707) 2019-12-16 19:59:01 +02:00
range_test.go satellite: consistent report range arguments 2019-12-20 17:17:09 +00:00
range.go satellite: consistent report range arguments 2019-12-20 17:17:09 +00:00