Details
Description
What is the problem?
When the backup service specifies the merge date range it does so using the short date format (dd-mm-yyyy). When this is parsed by cbbackupmgr time.Parse is used, which will parse into UTC if there is no timezone specified. This can cause us to miss backups that should be merged, which happened in the customer case.
What is the solution?
We should use the full date format (RFC3339Nano) when specifying the merge date range