Deadlines

This commit is contained in:
Filip Gralinski 2019-02-02 09:24:03 +01:00
parent f2dbfe1ada
commit 480ff42834
1 changed files with 2 additions and 2 deletions

4
vars
View File

@ -5,13 +5,13 @@ POINT_LIMIT=15
typeset -A TIME_LIMITS
set -A TIME_LIMITS \
"1" "2019-01-28 19:00:00 +0100" \
"1" "2019-02-03 19:00:00 +0100" \
"2" "2019-02-03 19:00:00 +0100" \
"3" "2019-02-03 19:00:00 +0100"
typeset -A HOME_TIME_LIMITS
set -A HOME_TIME_LIMITS \
"1" "2019-01-28 19:00:00 +0100" \
"1" "2019-02-03 19:00:00 +0100" \
"2" "2019-02-03 19:00:00 +0100" \
"3" "2019-02-03 19:00:00 +0100"