Created
August 22, 2024 16:49
-
-
Save zeitounator/0e43b67dda2efbb209d4591f0b40d548 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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