Home > database >  Visual Studio git commit date format
Visual Studio git commit date format

Time:12-14

I am using Visual Studio 2022 with its built-in git integration. My computer's locale/region/etc. is set to Australian, meaning the date is in the format of "day/month/year".

However the date of commits in VS's git window is in the US format of "month/day/year".

How can I change the format?

CodePudding user response:

Which Visual Studio 2022 version do you have? In the latest version (17.0, Decembre 2021) the problem should be resolved according to this issue.

So update/downloading just the latest version and you problem is fixed. Here you can downloading the latest version.

  • Related