From f6170668d5c5ca8790c13950551c4d35d195cf72 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 25 May 2014 15:44:23 +0300 Subject: [PATCH] scripts/limnoria-botchk-cron: AFAIK, UTC is not under Europe/. --- scripts/limnoria-botchk-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/limnoria-botchk-cron b/scripts/limnoria-botchk-cron index 39c016a70..895ba2dd4 100755 --- a/scripts/limnoria-botchk-cron +++ b/scripts/limnoria-botchk-cron @@ -9,7 +9,7 @@ export LC_ALL=en_US.utf8 ## This sets timezone which the bot will use. UTC is probably sane default. -export TZ="/usr/share/zoneinfo/Europe/UTC" +export TZ="/usr/share/zoneinfo/UTC" ## Setting $PATH correctly so executing system commands work. ## The easiest way to get this correct is probably to execute the command