forked from filipg/pjfz-2020
fix deadline
This commit is contained in:
parent
167aa579e0
commit
60fc82d61c
4
vars
4
vars
@ -10,13 +10,13 @@ POINT_LIMIT=15
|
|||||||
typeset -A TIME_LIMITS
|
typeset -A TIME_LIMITS
|
||||||
set -A TIME_LIMITS \
|
set -A TIME_LIMITS \
|
||||||
"1" "2021-01-08 10:00:00 +0100" \
|
"1" "2021-01-08 10:00:00 +0100" \
|
||||||
"2" "2020-01-15 23:59:59 +0100" \
|
"2" "2021-01-22 23:59:59 +0100" \
|
||||||
"3" "2021-01-08 13:00:00 +0100"
|
"3" "2021-01-08 13:00:00 +0100"
|
||||||
|
|
||||||
typeset -A HOME_TIME_LIMITS
|
typeset -A HOME_TIME_LIMITS
|
||||||
set -A HOME_TIME_LIMITS \
|
set -A HOME_TIME_LIMITS \
|
||||||
"1" "2021-01-08 10:00:00 +0100" \
|
"1" "2021-01-08 10:00:00 +0100" \
|
||||||
"2" "2020-01-15 23:59:59 +0100" \
|
"2" "2021-01-22 23:59:59 +0100" \
|
||||||
"3" "2021-01-08 13:00:00 +0100"
|
"3" "2021-01-08 13:00:00 +0100"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user