perforcep4v

How to configure P4V to display time in 24h format?


How to configure P4V to display time in 24h format?

I think I have searched everywhere in the software, but didn't find any related settings.

I cannot bare the format anymore, especially the 12:00 AM. It's killing me. Please can anybody help me out?

enter image description here


Solution

  • I had this problem with p4v in Linux. You can go to set Edit -> Preferences -> Display -> Dates, and set to the OS format. To switch the OS to a default 24 hour clock, do this:

    export LC_TIME="en_GB.UTF-8"
    

    Then start p4v. You may have to edit /etc/locale.gen as described here.

    To switch to a 12 hour clock do this:

    export LC_TIME="en_US.UTF-8"
    

    Add this line to .bashrc to make the setting persist.