05 2025 档案

摘要:select FLOOR(UNIX_TIMESTAMP(字段) * 1000) select FLOOR(UNIX_TIMESTAMP('2020-03-03 14:13:26') * 1000) 从毫秒时间戳转为年月日时分秒 select FROM_UNIXTIME(time/1000) 阅读全文
posted @ 2025-05-14 11:15 ジ绯色月下ぎ 阅读(8) 评论(0) 推荐(0)