mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Explain time zone labels (#1902)
This commit is contained in:
parent
97db476703
commit
11b6a2c459
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module Agents
|
|||
|
||||
## Timezones
|
||||
|
||||
You can optionally specify a timezone (default: `#{Time.zone.name}`) after the day-of-week field.
|
||||
You can optionally specify a timezone (default: `#{Time.zone.name}`) after the day-of-week field using the labels in the [tz database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)
|
||||
|
||||
* `0 22 * * 1-5 Europe/Paris`: every day of the week when it's 22:00 in Paris
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue