forked from filipg/zjfz-2020
Fix date
This commit is contained in:
parent
69ad91ea1e
commit
831cb05891
4
vars
4
vars
@ -9,13 +9,13 @@ POINT_LIMIT=15
|
|||||||
|
|
||||||
typeset -A TIME_LIMITS
|
typeset -A TIME_LIMITS
|
||||||
set -A TIME_LIMITS \
|
set -A TIME_LIMITS \
|
||||||
"1" "2020-12-29 16:00:00 +0100" \
|
"1" "2021-01-09 16:00:00 +0100" \
|
||||||
"2" "2021-01-31 23:59:59 +0100" \
|
"2" "2021-01-31 23:59:59 +0100" \
|
||||||
"3" "2021-01-25 13:00:00 +0100"
|
"3" "2021-01-25 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" "2020-12-29 10:45:00 +0100" \
|
"1" "2021-01-09 10:45:00 +0100" \
|
||||||
"2" "2021-01-31 23:59:59 +0100" \
|
"2" "2021-01-31 23:59:59 +0100" \
|
||||||
"3" "2021-01-25 13:00:00 +0100"
|
"3" "2021-01-25 13:00:00 +0100"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user