Skip to content

Commit

Permalink
Explain time zone labels (#1902)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysteel authored and cantino committed Feb 5, 2017
1 parent 97db476 commit 11b6a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/agents/scheduler_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SchedulerAgent < Agent
## 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
Expand Down

0 comments on commit 11b6a2c

Please sign in to comment.