Crontab not working, please help

Hi,

When I set the crontab to run every minute, every hour, it works fine.

          • env > /tmp/env.output

However I want to run it every day at 8:00 AM and it does not run.

  • 8 * * * env > /tmp/env.output

I ran the 'date' command which says it's 8AM PST and also the 'TZ' command and it's also 8PST.

Thank you for you help.