DEV Community

Discussion on: Schedule your Netlify build with GitHub Actions

Collapse
 
programazing profile image
Christopher C. Johnson

I just want to add that you should take your UTC offset into account.

For example:

If you want your build to run every morning at 8:15 A.M. and you're in the Eastern Time Zone (UTC -5) then you wouldn't use '15 8 * * *',
you'd use '15 13 * * *' because you're five hours behind.