Merge pull request #2115 from n8n-io/DOC-874-Cron-Expression-Explanation-Update

updated time expression example table values
This commit is contained in:
Deborah 2024-05-21 12:43:01 +01:00 committed by GitHub
commit 4b87aa2feb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ If you want to trigger your workflow every day at 04:08, enter the following in
The sixth asterisk in the Cron expression represents seconds. Setting this is optional. The node will execute even if you don't set the value for seconds.
| * | * | * | * | * | * |
|---|---|---|---|---|---|
|second|minute|hour|day|week|month|
| * | * | * | * | * | * |
|:--:|:--:|:--:|:--:|:--:|:--:|
|second|minute|hour|day of month|month|day of week|