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)
                    }
                }
            ]
Menu