stuartlangridge / gnome-shell-clock-override

Override the Gnome Shell clock with a new time format or text of your choice. Works with new versions of Shell such as 3.18
MIT License
89 stars 33 forks source link

Link to Glib’s datetime format documentation #8

Closed da2x closed 6 years ago

da2x commented 6 years ago

Python’s strftime directives aren’t the same as C’s directives. Glib supports some GNU extensions but doesn’t support everything from C. I believe this document is the only place that will document GLib.DateTime.Format’s exact capabilities.