Skip to content
Prev 366612 / 398502 Next

Match ISO 8601 week-of-year numbers to month-of-year numbers on Windows with German locale

Yes, the Ubuntu output suggests that Jan 4 is Monday of both w1 and w0...! 

But I'm puzzled: Around here, we actually use week numbers (for planning), but they are never zero: 

2016-01-01 was Friday, week 53 (of 2015)
2014-12-31 was Wednesday, week 1 (still 2015).

So it would seem that any logic that converts dates to/from week numbers would need to be rather more careful than to try and use %Y for the year...

-pd