Which five-field cron schedule runs a command every day at 2:00 a.m.?
0 2 1 * *
2 0 * * *
2 * * * *
0 2 * * *