fix: fix round issue in git commit list diff calculation #1637
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fix a round issue in the diff day calculation in the Update Manger Git list.
Related Tickets & Documents
none
Mobile & Desktop Screenshots/Recordings
before:
![image](https://private-user-images.githubusercontent.com/8167632/280142685-136b3b4e-1c38-452d-9283-885dab685cca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjg1ODAsIm5iZiI6MTczOTYyODI4MCwicGF0aCI6Ii84MTY3NjMyLzI4MDE0MjY4NS0xMzZiM2I0ZS0xYzM4LTQ1MmQtOTI4My04ODVkYWI2ODVjY2EucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTQwNDQwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MWI4NTdlMDgwZTIwNWY1YjdkZWVlZDBlOWU0MGQ1ZDM0ZWU3YzExM2U5NGQ3ZjNjYTAzMDc0OGI4ZmE3NjFlYiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.RX6QXJV9k9jitK_bKNm_WVe8nxyzoKF_yIeIO5KrU6I)
after:
![image](https://private-user-images.githubusercontent.com/8167632/280142767-3967645c-179a-4144-9d36-1723e304463c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Mjg1ODAsIm5iZiI6MTczOTYyODI4MCwicGF0aCI6Ii84MTY3NjMyLzI4MDE0Mjc2Ny0zOTY3NjQ1Yy0xNzlhLTQxNDQtOWQzNi0xNzIzZTMwNDQ2M2MucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTVUMTQwNDQwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTdkOTViMzI3MjUyNmE4N2IzYzExOTI4NGE1YzkxNGIwMWY5ZmM4Y2U5MTVlYThhMDViNjI0YTJhNGE1Y2Q4MSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.BD4kXzAOOvMiIAxF5mgCJEvCX9Sb5q_gvTDZSMErxZo)
[optional] Are there any post-deployment tasks we need to perform?
none