node-red-node-mysql date +8 hour invalid. anyone know how to fixed it?
Where exactly are you seeing the error? Show us a screenshot or copy/paste log info if that is where it is.
in database. the date alway 8hours behind.
Fujian uses China Standard Time I believe. That's UTC +8.
So it sounds like your database is storing times as UTC and I think that is best practice.
If you remove that timezone setting in the config, does Node-red show times correctly?
thank you dude. it is cache, working correctly now. thank you anyway.
