forked from filipg/pjfz-2020
Fix dates
This commit is contained in:
parent
5bb4776e36
commit
f3572ab9de
4
vars
4
vars
@ -9,13 +9,13 @@ POINT_LIMIT=15
|
||||
|
||||
typeset -A TIME_LIMITS
|
||||
set -A TIME_LIMITS \
|
||||
"1" "2020-10-27 10:00:00 +0100" \
|
||||
"1" "2020-11-27 10:00:00 +0100" \
|
||||
"2" "2020-01-31 23:59:59 +0100" \
|
||||
"3" "2020-01-25 13:00:00 +0100"
|
||||
|
||||
typeset -A HOME_TIME_LIMITS
|
||||
set -A HOME_TIME_LIMITS \
|
||||
"1" "2020-10-27 10:45:00 +0100" \
|
||||
"1" "2020-11-27 10:45:00 +0100" \
|
||||
"2" "2020-01-31 23:59:59 +0100" \
|
||||
"3" "2020-01-25 13:00:00 +0100"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user