-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add Outlook week numbers #83
Comments
This could definitely be an option, and implemented as a toggle in settings that is only shown when week number is selected. |
Hi @tilden, that would be great! |
I started to look at the code and I could not find the source code of the settings page that is displayed on the smartphone. I saw a reference to Thanks! |
The config page is under the gh-pages branch of this repository. (If you want to test it, I recommended cloning into a separate folder and then switching to the gh-pages branch) |
This is a great watch-face!
I really like the idea to add the week number because in my office we use it a lot to mark deadlines instead of the day and month.
One thing that I noticed is that the watch-face displays a week number that is different from Outlook (which we use in the company).
According to the watch the current week is 32, but Outlook says that it's 33.
I was looking at the code and I have seen that the week number is calculated using the function
strftime
: http://man7.org/linux/man-pages/man3/strftime.3.htmlCurrently the watch-face uses
%V
(ISO standard) but Outlook uses a different format, which is described here: http://stackoverflow.com/a/2202109/556141Is there any chance to add it?
Thanks!
The text was updated successfully, but these errors were encountered: