From 99a8ecf876f9957ec40dbdbfc67de0a8b56f137a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 21 May 2021 10:01:13 +0200 Subject: [PATCH] fix(telegram-bots): set TLG bot time to 9:30 the server is set to PST/PDT (Irvine, California) so the new day begins at 9:00 CET/CEST --- configs/telegram-bots/tlg-wotd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/telegram-bots/tlg-wotd.nix b/configs/telegram-bots/tlg-wotd.nix index d2f6b69..38eee2f 100644 --- a/configs/telegram-bots/tlg-wotd.nix +++ b/configs/telegram-bots/tlg-wotd.nix @@ -2,7 +2,7 @@ { niveum.telegramBots.tlg-wotd = { enable = true; - time = "8:00"; + time = "9:30"; token = lib.strings.fileContents ; chatIds = [ "@tlgwotd" ]; command = toString (pkgs.writers.writeDash "tlg-wotd" ''