Skip to content

Instantly share code, notes, and snippets.

@zeitounator
Created August 22, 2024 16:49
Show Gist options
  • Save zeitounator/0e43b67dda2efbb209d4591f0b40d548 to your computer and use it in GitHub Desktop.
Save zeitounator/0e43b67dda2efbb209d4591f0b40d548 to your computer and use it in GitHub Desktop.
$ date
jeu 22 aoû 2024 18:42:38 CEST
$ crontab -l
CRON_TZ="Europe/London"
43 18 * * * echo $CRON_TZ > /tmp/toto.txt
$ cat /tmp/toto.txt
cat: /tmp/toto.txt: No such file or directory
$ date
jeu 22 aoû 2024 18:43:02 CEST
$ cat /tmp/toto.txt
Europe/London
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment