This commit is contained in:
Filip Gralinski 2021-01-09 11:29:11 +01:00
parent 69ad91ea1e
commit 831cb05891

4
vars
View File

@ -9,13 +9,13 @@ POINT_LIMIT=15
typeset -A TIME_LIMITS
set -A TIME_LIMITS \
"1" "2020-12-29 16:00:00 +0100" \
"1" "2021-01-09 16:00:00 +0100" \
"2" "2021-01-31 23:59:59 +0100" \
"3" "2021-01-25 13:00:00 +0100"
typeset -A HOME_TIME_LIMITS
set -A HOME_TIME_LIMITS \
"1" "2020-12-29 10:45:00 +0100" \
"1" "2021-01-09 10:45:00 +0100" \
"2" "2021-01-31 23:59:59 +0100" \
"3" "2021-01-25 13:00:00 +0100"