1234
auto tp = floor<seconds>(system_clock::now()); auto dp = floor<days>(tp); dp -= weekday{dp} - Monday; int WeekSeconds=tp - dp;