Change American time format to ISO time format#141353
Change American time format to ISO time format#141353icepaq wants to merge 3 commits intomicrosoft:mainfrom
Conversation
|
Instead of supporting only ISO format, can we make it follow the datetime format set in the OS settings? |
@aifreedom I briefly looked into this. It should be doable. But not necessarily an easy task. |
|
Or can we get the locale from VS Code (https://code.visualstudio.com/docs/getstarted/locales) and format the date to string using |
|
@aifreedom Good idea! |
|
@icepaq are you going to update this PR to do it that way? Or if you don't have time, I can open one. |
|
@aifreedom Yeah feel free to take over this issue. Although I'd suggest keeping this in the same PR just because this has a bit more of a track record. |
|
I don't think I can update this PR because that requires permission to push to your branch. I'll give it a try. If no luck, I'll reference this PR in the new one I will open. |
|
Closing this in favour of #150133 |


This PR fixes #140434
How to Test