New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Week number not working #10
Comments
|
You’re looking at the wrong documentation. It should be: Addressed in pull request #12. |
|
Agreed with @da2x; thanks to his pull request we're now pointing at the correct documentation. I think that the best you can do for week number is %V, but see the docs above. |
|
Any chance you could merge #7 as well, @stuartlangridge? Or are you no longer using GNOME as indicated in January? |
|
@da2x I'm not using Gnome, so I was a bit loath to merge a thing that I haven't myself tested. (Docs updates are OK, though.) I'd be happy for someone (you?) to take over this extension... |
|
Sure. I showed interest almost a year ago and I’m still here, so I guess that makes me qualified. Please give my account co-ownership of the extension and repository. My username on GNOME Extensions is If at all possible, I’d also really appreciate it if you would write down your release and release testing steps in the repository wiki; and document and transfer any other knowledge I should have. |
|
Hm, what’s holding this up? |
|
@da2x the extension doesn't seem to have been transferred to you on extensions.gnome.org; I'm waiting on that. |
|
@stuartlangridge last step is to either go to https://github.com/stuartlangridge/gnome-shell-clock-override/settings and either transfer ownership to me or add me as a admin collaborator from https://github.com/stuartlangridge/gnome-shell-clock-override/settings/collaboration |
|
You should already be added as an admin collaborator (and I've just checked); did I do it wrong? |
|
@stuartlangridge I think I must have ran into a caching issue; couldn’t push before but it works fine now. Thanks! |
j4r3kb commentedMay 4, 2018
•
edited
according to http://strftime.org when I use %U or %W the week number should be printed but instead some of the currently present output is removed. For example:
before: "%F %H:%M" -> 2018-05-04 16:35
after: "%F %W %H:%M" -> pią 16:35
Ubuntu 18.04
The text was updated successfully, but these errors were encountered: