set day_of_week [clock format [clock seconds] -format “%A”]
Which looks more complicated, but eliminates having to exec another process just to get the date
This returns the full day of the week. If you want just the 3-letter abbrevation (Sun, Mon, Tue, etc.), use the “%a” format code