clapper icon indicating copy to clipboard operation
clapper copied to clipboard

Player uses 12h AM/PM instead of system 24h format

Open forteller opened this issue 3 years ago • 3 comments

Hi. Thanks for an awesome product! I love it!

I just noticed the upper right corner popover with the clock and at what time the video will be done. Cool feature! But it uses the 12 hour AM/PM format, while I use the 24h format on my system. I'd love it if Clapper could automatically use the time format of the system/OS it's installed on.

Thanks!

forteller avatar Oct 28 '22 19:10 forteller

That would be a bug, cause we are supposed to do this already. How does your time look in output of this command:

gjs -c 'const { GLib } = imports.gi; print(GLib.DateTime.new_now_local().format("%X"));'

If you are using Flatpak version of Clapper then also check the same within container (flatpak run --command=sh com.github.rafostar.Clapper) to compare.

Rafostar avatar Oct 28 '22 19:10 Rafostar

Thanks!

I run the Flatpak version, yes. Running this command both without and within container gave me the same output:

kl. 23.53 +0200

forteller avatar Oct 28 '22 21:10 forteller

That is an unusual time format, but yes we do not handle that properly, so its our bug.

Rafostar avatar Oct 29 '22 17:10 Rafostar

Latest UI was simplified and aims at consistency between both windowed and fullscreen window. For this reason clock was removed. Since there is no clock, this issue is closed.

Rafostar avatar Apr 06 '24 17:04 Rafostar