From a083573c7b5bd91d65bddbab7e80f759c4528584 Mon Sep 17 00:00:00 2001 From: Bill Thomson Date: Sat, 12 Aug 2023 17:06:04 -0500 Subject: [PATCH] Improved language in cron.rst (#740) --- docs/modules/triggers/cron.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/triggers/cron.rst b/docs/modules/triggers/cron.rst index a410bc20b..395a746b8 100644 --- a/docs/modules/triggers/cron.rst +++ b/docs/modules/triggers/cron.rst @@ -66,8 +66,8 @@ DST. When switching from standard time to daylight saving time, clocks are moved forward, depending on the time zone. Likewise, when switching back to standard time, clocks are moved one hour or half an hour backward. This will cause some time periods to either not exist at all, or be repeated. If your schedule would have the job executed on either one of these periods, it may execute more often or less often than expected. -This is not a bug. If you wish to avoid this, either use a timezone that does not observe DST, for instance UTC. -Alternatively, just find out about the DST switch times and avoid them in your scheduling. +This is not a bug. If you wish to avoid this, either use a timezone that does not observe DST, e.g. UTC, or find out +about the DST-switch times and avoid using them in your scheduling. For example, the following schedule may be problematic::