摘要: 获取当前时间戳 unix_timestamp(now()); 时间转时间戳 unix_timestamp('2018-01-15 09:45:16'); 时间戳转时间 from_unixtime(1515980716);(注意,java默认生成的时间戳是13位的,故而在转换时要除以1000) 时间戳 阅读全文
posted @ 2019-11-06 12:28 时间褶皱 阅读(834) 评论(0) 推荐(0)