This commit is contained in:
Filip Gralinski 2019-01-12 11:02:12 +01:00
parent af904867da
commit 2f837731ff
1 changed files with 6 additions and 6 deletions

12
vars
View File

@ -5,15 +5,15 @@ POINT_LIMIT=15
typeset -A TIME_LIMITS
set -A TIME_LIMITS \
"1" "2019-01-12 14:30:00 +0100" \
"2" "2019-01-27 12:00:00 +0100" \
"3" "2019-01-27 13:30:00 +0100"
"1" "2019-01-26 14:30:00 +0100" \
"2" "2019-01-27 19:00:00 +0100" \
"3" "2019-01-27 19:00:00 +0100"
typeset -A HOME_TIME_LIMITS
set -A HOME_TIME_LIMITS \
"1" "2019-01-12 12:00:00 +0100" \
"2" "2019-01-27 23:59:59 +0100" \
"3" "2019-01-27 23:59:00 +0100"
"1" "2019-01-26 14:30:00 +0100" \
"2" "2019-01-27 19:00:00 +0100" \
"3" "2019-01-27 19:00:00 +0100"
typeset -A HOME_POINT_LIMITS