From 2b6f7de26fcaacdfeba5eab26f953f5c31db5847 Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Fri, 3 Feb 2023 14:09:15 +0200 Subject: [PATCH] Fix broken formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d14d1..fc46361 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ You can also override the timezone by setting the environment variable `TZ` (e.g. `TZ=Europe/Berlin`) when running Supercronic. You may need to install `tzdata` in order for Supercronic to find the supplied timezone. -You can override `TZ to use a different timezone, but if you need your cron +You can override `TZ` to use a different timezone, but if you need your cron jobs to be scheduled in a timezone A and have them run in a timezone B, you can run with `/etc/localtime` or `TZ` set to `B` and add a `CRON_TZ=A` line to your crontab.