marticliment / ElevenClock

ElevenClock: Customize Windows 11 taskbar clock
https://www.marticliment.com/elevenclock/
GNU General Public License v3.0
2.26k stars 172 forks source link

[FEATURE REQUEST] Add option to change how week numbers are calculated #1304

Closed yrjarv closed 6 months ago

yrjarv commented 6 months ago

Please confirm these before moving forward

Describe the new feature

I would love to have an option, perhaps under "Date & Time Settings", to choose how the week numbers are calculated. Currently, the first week of January is week 0. That does not follow the ISO 8601 standard, which most of Europe (in my experience) uses. My proposal is to have a dropdown menu with a few options, including the one that is used today and ISO 8601-compliant week numbering.

Describe how this new feature could help users.

In many countries, the first-week-is-week-0 system is not standard, leading to the week numbering no longer being useful. If my proposed feature, the user would be able to be in sync with the rest of the world in terms of which week they are in.

marticliment commented 6 months ago

ElevenClock relies on https://strftime.org/ reference to format date and time. If the element you are searching is not there, I'm afraid it will not be compatible with ElevenClock. However, I think the tag you are looking for may be%W instead of U.

yrjarv commented 6 months ago

That seems to work, thank you for the quick reply