fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
451 stars 10 forks source link

Is there a way to display date in 12 hour format in Windows? #2122

Open jsloop42 opened 6 months ago

jsloop42 commented 6 months ago

Currently the time is displayed in 24 hours format. My system settings use 12 hour format. I also set global git config like below

git config --global log.date "format:'%a %d %b %Y %I:%M %p'"

which shows date as Thu 11 Jan 2024 07:53 PM. But Fork is still showing time in 24 hours. Is there any way to set the date format in Fork app Windows? On mac, it shows the local format in 12hrs. Thanks.

DanPristupov commented 6 months ago

https://github.com/fork-dev/TrackerWin/issues/1254