Christen a BUGS section for an explanation of the impact of Daylight

Savings Time on cron(8). If we ever introduce some work-around code for
handling jobs scheduled for a time that "doesn't happen" due to DST,
the section should be renamed to IMPLEMENTATION NOTES.

PR:	10947
Reported by:	Scott Drassinower <scottd@cloud9.net>
Submitted by:	Seth Bromberger <seth@freebie.dp.ny.frb.org>
Reviewed by:	mpp
This commit is contained in:
Sheldon Hearn 1999-08-11 13:00:19 +00:00
parent 994b5741d9
commit 81f4b03663
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49622

View File

@ -15,7 +15,7 @@
.\" * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul
.\" */
.\"
.\" $Id: crontab.5,v 1.8 1998/03/23 08:21:36 charnier Exp $
.\" $Id: crontab.5,v 1.9 1999/07/27 16:39:02 n_hibma Exp $
.\"
.Dd January 24, 1994
.Dt CRONTAB 5
@ -223,3 +223,15 @@ feature can be turned off and no mail will be sent at all (SysV can't do this
either).
.Sh AUTHORS
.An Paul Vixie Aq paul@vix.com
.Sh BUGS
If you're in one of the 70-odd countries that observe Daylight
Savings Time, jobs scheduled during the rollback or advance will be
affected. In general, it's not a good idea to schedule jobs during
this period.
.Pp
For US timezones (except parts of IN, AZ, and HI) the time shift occurs at
2AM local time. For others, the output of the
.Xr zdump 8
program's verbose
.Fl ( v )
option can be used to determine the moment of time shift.