change dates
This commit is contained in:
parent
ea16f419f7
commit
f2dbfe1ada
12
vars
12
vars
@ -5,15 +5,15 @@ POINT_LIMIT=15
|
||||
|
||||
typeset -A TIME_LIMITS
|
||||
set -A TIME_LIMITS \
|
||||
"1" "2019-01-27 16:30:00 +0100" \
|
||||
"2" "2019-01-27 19:00:00 +0100" \
|
||||
"3" "2019-01-27 19:00:00 +0100"
|
||||
"1" "2019-01-28 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-27 16:30:00 +0100" \
|
||||
"2" "2019-01-27 19:00:00 +0100" \
|
||||
"3" "2019-01-27 19:00:00 +0100"
|
||||
"1" "2019-01-28 19:00:00 +0100" \
|
||||
"2" "2019-02-03 19:00:00 +0100" \
|
||||
"3" "2019-02-03 19:00:00 +0100"
|
||||
|
||||
|
||||
typeset -A HOME_POINT_LIMITS
|
||||
|
Loading…
Reference in New Issue
Block a user