Remind folk cron uses UTC. (#9778)

* Remind folk cron uses UTC.

* Formatting and copy edit
This commit is contained in:
Geoff
2018-08-22 15:14:21 -04:00
committed by k8s-ci-robot
parent bccb6a6602
commit 3f257efaa3
@@ -14,6 +14,9 @@ A _Cron Job_ creates [Jobs](/docs/concepts/workloads/controllers/jobs-run-to-com
One CronJob object is like one line of a _crontab_ (cron table) file. It runs a job periodically
on a given schedule, written in [Cron](https://en.wikipedia.org/wiki/Cron) format.
{{< note >}}
**Note:** All **CronJob** `schedule:` times are denoted in UTC.
{{< /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).