From 11b6a2c4590905c3f8263c29941c77ecede5475e Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Sun, 5 Feb 2017 21:01:37 +0000 Subject: [PATCH] Explain time zone labels (#1902) --- app/models/agents/scheduler_agent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/agents/scheduler_agent.rb b/app/models/agents/scheduler_agent.rb index f83ef5ac..30780263 100644 --- a/app/models/agents/scheduler_agent.rb +++ b/app/models/agents/scheduler_agent.rb @@ -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