I thought it might be helpful for others in the Venus OS extended image I found time based flows were all in UTC time even though I set the time zone in the Venus menu. i ended up linking my timezone to /etc/localtime from the command line and time worked as expected in Node-Red after a reboot. Might be good for Victron developers to make this link when the timezone is set in the Venus interface?
Update:
I've changed this to set the timezone in Node-Red instead of setting system wide
edit ~/.node-red/settings.js and this right above the module.exports = { line
process.env.TZ = 'America/Los_Angeles';