Visual Studio build started at message reports time in US AM/PM. How do I get it into 24 hour clock format?

105 Views Asked by At

Just migrated to Visual Studio 2022 and at the end of the build I'm seeing this:

========== Build started at 4:04 PM and took 04.869 seconds ==========

I've not seen this message in Visual Studio 2019, so I'm assuming it's new to Visual Studio 2022.

Since my regional settings are for a 24 hour clock I was expecting it to be

========== Build started at 16:04 and took 04.869 seconds ==========

Anyone here know if it's possible to change and how?

0

There are 0 best solutions below