How does the dataTables plug-in for jquery set the time zone?

clipboard.png
for example, if the time here is UTC time, can it be automatically converted to UTC-8

Mar.18,2021

you can turn your own account in this way

 columns:[
                {
                    data:"time",
                    render: function(v){
                        return new Date(v)
                    }
                }
            ]
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-1b31935-2bda1.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-1b31935-2bda1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?