[18:17] for cron jobs, is the day of the week entry ever ignored? i have a job that ran today which a line in cron which looks like: 0 10 15 11 5 command_to_run [18:23] weird. is the date wrong on the server? :) [18:24] no [18:25] looks like maybe it is ORing the day of the month and the day of the week - just found out it did run Friday too [18:26] ugh apparently this is a feature not a bug? https://stackoverflow.com/questions/34357126/why-crontab-uses-or-when-both-day-of-month-and-day-of-week-specified [19:12] oh yeah, i always forget that.