Skip to content

Commit

Permalink
Document timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
krallin committed Mar 29, 2018
1 parent dc4b31f commit 5bc6a06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,16 @@ Unless you've used cron before, this is exactly how you expect environment
variables to work!


## Timezone ##

Supercronic uses your current timezone from `/etc/localtime` to schedule jobs.
You can also override the timezone by setting the environment variable `TZ`
when running Supercronic.

If you're unsure what timezone Supercronic is using, you can run it with the
`-debug` flag to confirm.


## Logging ##

Supercronic provides rich logging, and will let you know exactly what command
Expand Down

0 comments on commit 5bc6a06

Please sign in to comment.