Skip to content

Commit

Permalink
Merge pull request #29 from krallin/document-tz
Browse files Browse the repository at this point in the history
Document timezone
  • Loading branch information
krallin authored Mar 30, 2018
2 parents 829f2e9 + 5bc6a06 commit c0abdc1
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 c0abdc1

Please sign in to comment.