cron entry

Hi,

I need some clarification on cron entries. I have a cron job like..

15 01 19 02 6 exec /usr/bin/test.ksh

and I have another cron entry added, which is

15 01 20 02 6 exec /usr/bin/test.ksh

So, I am thinking the second cron entry shouldn't have run because 02/20 is Sunday, but it ran.

So my question would the "day of the week" will be ignored if we specify a date in the cron entry??

See the description of man crontab (POSIX):