myfreeer / 7z-build-nsis

7-zip build and package script with nsis script decompiling using ms visual studio
GNU Lesser General Public License v2.1
235 stars 43 forks source link

Use time format with seconds by default #24

Open ericgl opened 2 years ago

ericgl commented 2 years ago

Hi, Thanks for releasing 7-Zip with NSIS support.

I was wondering if you could modify one more thing: By default, 7-Zip displays the date and time in the Modified/Created/Accessed Date columns, with the time section showing only hours and minutes (HH:mm). I can change it from the View menu (see screenshot I linked). However, it only persists in current session. Next time I open 7-Zip, it defaults back to HH:mm only. But my preferred time format is HH:mm:ss . Could you modify the code so that the the change is persistent?

Here is a screenshot: https://imgur.com/a/r77Cg5P

Thanks in advance! Eric

myfreeer commented 2 years ago

If this appies to official version, maybe it's better to be reported to the official tracker at https://sourceforge.net/p/sevenzip/discussion/45797/

ericgl commented 2 years ago

Yes, it also applies to the official version. But logically, I believe it should be a simple code fix...