Ask the question of mysql time zone in node environment

as shown in the figure, on the server side, the results of the local query are all correct, but why the request is not correct in the node environment

clipboard.png


the lastUpdate of the picture node uses UTC time, and the actual conversion time should be added with a time zone.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7ae4b5-14c9e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7ae4b5-14c9e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?