.PP
Time changes of more than 3 hours are considered to be corrections to
the clock or timezone, and the new time is used immediately.
+.PP
+It's possible to use different time zones for cron tables. More could
+be found in
+.IR crontab (5).
.SS PAM Access Control
On Red Hat systems, crond now supports access control with PAM - see
-.IR pam (8) .
+.IR pam (8).
A PAM configuration file for crond is installed in /etc/pam.d/crond.
crond loads the PAM environment from the pam_env module, but these
can be overriden by settings in the crontab file.
your mailer when you install cron -- /bin/mail doesn\'t do aliasing, and UUCP
usually doesn\'t read its mail.
.PP
-By default, cron will send mail using the mail 'Content-Type:' header of 'text/plain' with the 'charset=' parameter set to the charmap / codeset of the locale in which
+By default, cron will send mail using the mail 'Content-Type:' header of 'text/plain'
+with the 'charset=' parameter set to the charmap / codeset of the locale in which
.BR crond (8)
is started up - ie. either the default system locale, if no LC_* environment
variables are set, or the locale specified by the LC_* environment variables
setting the CONTENT_TYPE and CONTENT_TRANSFER_ENCODING variables in crontabs,
to the correct values of the mail headers of those names.
.PP
+The CRON_TZ specifies the time zone specific for the cron table. User type into
+the chosen table times in the time of the specified time zone. The time into log
+is taken from local time zone, where is the daemon running.
+.PP
The MLS_LEVEL environment variable provides support for multiple per-job
SELinux security contexts in the same crontab.
By default, cron jobs execute with the default SELinux security context of the
SHELL=/bin/sh
# mail any output to `paul', no matter whose crontab this is
MAILTO=paul
-#
+#
+CRON_TZ=Japan
# run five minutes after midnight, every day
5 0 * * * $HOME/bin/daily.job >> $HOME/tmp/out 2>&1
# run at 2:15pm on the first of every month -- output mailed to paul