On Wed, Jan 27, 2016 at 03:37:11PM -0500, Alex wrote:
> Hi all,
> 
> Does anyone know of a GNOME extension (fedora23 desktop) to control
> the date/time in the top menubar thing to change it to 12-hr time
> instead of 24-hr? Is an extension even necessary for that, or am I
> missing some other ability to control that?

gsettings is probably what you want.  You can see what you have set
currently with:

    $ gsettings get org.gnome.desktop.interface clock-format

And, you can change it to 12-hr time with:

    $ gsettings set org.gnome.desktop.interface clock-format '12h'

Hope that helps.

Regards,
Mike
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to