Open mateosalta opened 3 years ago
using com.canonical.indicator.datetime time-format '12-hour' or '24-hour' should also be respected, would be a great way to implement locale independent time display
This can be a solution on supporting manual setting of time format but I'm not sure if this is the best place to implement it since it's specific to the indicator. But I do want to try to implement this :)
Reproduce: in terminal: gsettings set com.canonical.indicator.datetime custom-time-format '%l:%M' gsettings set com.canonical.indicator.datetime time-format 'custom'
reboot device
What happens: Time in indicator still shows %p am/pm text in indicator
What should happen: Time is displayed according to the custom format