Do 12.2Beta5 Week Date appears to be wrong ww (ISO week number, leading zero)

Week Date appears to be wrong ww (ISO week number, leading zero) is changing on Tuesday
According to Wikipedia
ISO-8601 starts on Monday to Sunday
America start Sunday to Saturday
Islamic start Saturday to Friday
Dopus uses
WW Simple week number, leading zero
ww ISO week number, leading zero
I have used SetAttr META "tags:+{date|ww}" and SetAttr META "tags:+{date|WW}"
Did some testing changing the system clock and got the following
date|WW On Sat 05/11 returns 45 Simple week number, leading zero
date|ww On Sat 05/11 returns 44 ISO week number, leading zero

date|WW On Sun 06/11 returns 45
date|ww On Sun 06/11 returns 44

date|WW On Mon 07/11 returns 45
date|ww On Mon 07/11 returns 44 Should have changed to 45

date|WW On Tue 07/11 returns 45
date|ww On Tue 07/11 returns 45 Changes

date|WW On Wed 07/11 returns 45
date|ww On Wed 07/11 returns 45

date|WW On Thu 07/11 returns 45
date|ww On Thu 07/11 returns 45

date|WW On Fri 07/11 returns 45
date|ww On Fri 07/11 returns 45

date|WW On Sat 07/11 returns 46 Changes
date|ww On Sat 07/11 returns 45

Dopus Manual
Under Codes for date and time
The date codes use the following tokens - note that these tokens are case sensitive! The ISO week and ISO year tokens refer to the ISO (week date system) is a link to en.wikipedia.org/wiki/ISO_week_date
Date Token and Description
w = ISO week number, no leading zero Changes on Tuesday
ww = ISO week number, leading zero Changes on Tuesday
W = Simple week number, no leading zero Changes on Saturday
WW = Simple week number, leading zero Changes on Saturday

In New Year 2016 Seems to Have Broken {Date|YYYY-MM-dd} New Year 2016 Seems to Have Broken {Date|YYYY-MM-dd}
you have also put a link en.wikipedia.org/wiki/ISO_week_date
This takes you to Wikipedia ISO week date

Which shows the ISO week starting on Monday
But w and ww in Dopus change on Tuesday

Confirmed. Apologies for that error.

A fix for this will be in the next update.

Leo

As it was the ww ISO I wanted to use
I can confirm that ww ISO now changes on Monday
But
Not sure about WW as it now changes on Friday before it changed on Saturday

Thanks

I don't think the WW code was changed. It is simply (day of year / 7). Friday was the first day of 2016 so I think it's correct that the WW value changes on Fridays, although "correct" depends on what you expect it to do, of course.

Where did you get "WW = Simple week number, leading zero Changes on Saturday" from? It isn't on the linked wiki page (at least as of today's edits) as far as I can see, and the Opus manual just calls it "Simple week number, leading zero." Only the lowercase "w" and "ww" codes are related to the ISO date standard that the wiki page covers.

In my first post I did a test for each day one ww and the other WW
ww changed on Tuesday
WW changed on Saturday

Now

ww now changes on Monday
WW now changes on Friday which according to what you said is also correct