commandsjob timezone

Set the timezone of a job.

The initial timezone is the same as that used by the command that created the job.

Usage

job timezone name (timezone|current)

where
name of job whose timezone to set.
timezone that is applied to the jobs schedules.
current Apply the timezone of the user executing this command.

write on name

Examples

Set the timezone

BeyondCron % job timezone /server1/backup Antarctica/Casey
BeyondCron % job show $$

----------- ------------------- Name /server1/backup Description Business day backup ... Timezone Antarctica/Casey ...

Set the timezone to current

BeyondCron % job timezone /server1/backup current
BeyondCron % job show $$

----------- ------------------- Name /server1/backup Description Business day backup ... Timezone Asia/Tokyo ...

See also