performance improvements; fixes

This commit is contained in:
olli 2024-12-20 14:27:40 +01:00
parent b2bf0ad683
commit 4a02ad0e51

View File

@ -299,8 +299,6 @@ function convert_ohlcv_1h_to_4h {
fi fi
[ -z "$f_go_on" ] && continue [ -z "$f_go_on" ] && continue
echo "$f_date" 1>&2
f_currentdate="${f_date:0:13}" f_currentdate="${f_date:0:13}"
# define intervals by considering local/servers TZ with summer and winter season # define intervals by considering local/servers TZ with summer and winter season
f_hour=${f_date:11:2} f_hour=${f_date:11:2}