url-weekday-alist
url-weekday-alist is a variable defined in `url-vars.el'.
Its value is shown below.
- This variable may be risky if used as a file-local variable.
(("Sunday" . 0)
("Monday" . 1)
("Tuesday" . 2)
("Wednesday" . 3)
("Thursday" . 4)
("Friday" . 5)
("Saturday" . 6)
("Tues" . 2)
("Thurs" . 4)
("Sun" . 0)
("Mon" . 1)
("Tue" . 2)
("Wed" . 3)
("Thu" . 4)
("Fri" . 5)
("Sat" . 6))