Simplicity-Team / WooBoxForMIUI

一个基于 MIUI13+(Android 12+) 适配的自定义工具 // A system extension Xposed module based on MIUI13+ (Android12+)
GNU General Public License v3.0
509 stars 43 forks source link

[Feature] Lock screen clock custom format #249

Open YeapGuy opened 1 year ago

YeapGuy commented 1 year ago

Hi! I'd really like to customize the format of the lockscreen clock. I have seconds turned on, but this changes it to 12 hour mode. I want 24 hour clock with seconds.

derivativeoflog7 commented 1 year ago

You have to change your clock format from auto to always 24 in the system settings... it's a bug with the logic that replaces the string

YeapGuy commented 1 year ago

You have to change your clock format from auto to always 24 in the system settings... it's a bug with the logic that replaces the string

Oh, awesome workaround, thanks. I never even noticed that setting was there haha. Now it's finally 24h format!