'Display information about 'when' build finished in output window

Using MSBuild (output verbosity Normal) the output contains information about when build started and elapsed time:

1>Build started 1/28/2022 11:43:05 AM.
...
...
...
15>Time Elapsed 00:00:00.99
========== Rebuild All: 14 succeeded, 0 failed, 4 skipped ==========

Would it be possible to add information about when build finished?

Something like:

1>Build started 1/28/2022 11:43:05 AM.
...
...
...
15>Time Elapsed 00:00:00.99
15>Build finished 1/28/2022 11:44:05 AM.
========== Rebuild All: 14 succeeded, 0 failed, 4 skipped ==========


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source