lua时间戳转化

--时间戳转化年月日,时分秒
function UIRedHistory.convertTimeForm(t)
    return os.date("%Y-%m-%d %H:%M:%S", t)
end
原文地址:https://www.cnblogs.com/qinshuaijun/p/8833101.html