Fix date
This commit is contained in:
parent
2f837731ff
commit
ea16f419f7
4
vars
4
vars
@ -5,13 +5,13 @@ POINT_LIMIT=15
|
||||
|
||||
typeset -A TIME_LIMITS
|
||||
set -A TIME_LIMITS \
|
||||
"1" "2019-01-26 14:30:00 +0100" \
|
||||
"1" "2019-01-27 16: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-26 14:30:00 +0100" \
|
||||
"1" "2019-01-27 16:30:00 +0100" \
|
||||
"2" "2019-01-27 19:00:00 +0100" \
|
||||
"3" "2019-01-27 19:00:00 +0100"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user