From 7a030d43bd239b8e68d998ca16f24fd9e52ecb88 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 5 Dec 2020 14:52:46 +0100 Subject: [PATCH] =?UTF-8?q?Prze=C5=82o=C5=BCone=20terminy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars b/vars index 63270b8..b84c5ed 100644 --- a/vars +++ b/vars @@ -9,15 +9,15 @@ POINT_LIMIT=15 typeset -A TIME_LIMITS set -A TIME_LIMITS \ - "1" "2020-11-27 10:00:00 +0100" \ + "1" "2021-01-02 10:00:00 +0100" \ "2" "2020-01-31 23:59:59 +0100" \ - "3" "2020-12-15 13:00:00 +0100" + "3" "2021-01-02 13:00:00 +0100" typeset -A HOME_TIME_LIMITS set -A HOME_TIME_LIMITS \ - "1" "2020-11-27 10:45:00 +0100" \ + "1" "2021-01-02 10:45:00 +0100" \ "2" "2020-01-31 23:59:59 +0100" \ - "3" "2020-12-15 13:00:00 +0100" + "3" "2021-01-02 13:00:00 +0100" typeset -A HOME_POINT_LIMITS