Fix CronJob's timezone information (#12073)

pull/12129/head
Maciej Szulik 2019-01-08 13:18:21 +01:00 committed by Kubernetes Prow Robot
parent 5e96f9ad77
commit 610418b261
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ One CronJob object is like one line of a _crontab_ (cron table) file. It runs a
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.
{{< note >}}
All **CronJob** `schedule:` times are denoted in UTC.
All **CronJob** `schedule:` times are based the timezone of the master where the job is initiated.
{{< /note >}}
For instructions on creating and working with cron jobs, and for an example of a spec file for a cron job, see [Running automated tasks with cron jobs](/docs/tasks/job/automated-tasks-with-cron-jobs).