I'm using node-red-contrib-aggregator (v1.5.0) to calculate the daily average ad a temperature value.
Node-RED v1.2.1
It is installed in an IOCage jail (FreeBSD 11.3-RELEASE-p14)
I expected that it would fire at 0:00 to show the average value of the last day.
But it starts at 0:59:59 that is (almost) 1 hour to late.
I already verified the time zone if the IOCage jail which is correct:
root@NodeRed:~ # date
Wed Jan 6 13:09:31 CET 2021
I also added the timezone to settings.js as suggested on several places
process.env.TZ = 'Europe/Amsterdam';
just above module.exports = {
node-red-contrib-timerswitch does fire at the proper time so I'm kinda stuck now
Any help would be appreciated!