strftime: Fixed bugs in %u and %U. %u: The day offset was wrong. Mondays are now day #1, and Sundays day #7. %U: The weeknumber calculation had major problems. Also moves %V and %W to their proper places in the switch.