commands – job 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
- job add
- job calendar
- job changes
- job command
- job condition
- job content
- job copy
- job delay
- job delete
- job description
- job diff
- job email
- job enable/disable/bypass
- job history
- job host
- job image
- job input
- job list
- job message
- job output
- job property
- job schedule
- job show
- job sql
- job start/kill
- job status
- job subject
- job trigger
- job url
- job user
- job variables