now()是取当前时间,那我想取当前时间提前1分钟的时间该如何写公式
=todate(DATETONUMBER(now())-60*1000)
todate(datetonumber(now())-60*1000)