Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Excel posix时间_Excel_Posix_Epoch - Fatal编程技术网

Excel posix时间

Excel posix时间,excel,posix,epoch,Excel,Posix,Epoch,在Microsoft Excel中是否有方法将常规日期转换为历元(posix)时间?我试图在数据库中存储所有的y倍时间,我需要首先转换csv文件中的日期 =(A1-25569)*86400 从这里得到这个: 我确认,这对我来说很有用 row.Cells(,colTimestamp)=JSON(“时间戳”)/86400+25569 也可以在excel中实现公式以执行转换 FechaPosix-=(I2/86400)+日期(1970;1;1)让我知道我的答案是否有帮助,如果没有,也让我知道检查了几

在Microsoft Excel中是否有方法将常规日期转换为历元(posix)时间?我试图在数据库中存储所有的y倍时间,我需要首先转换csv文件中的日期

=(A1-25569)*86400
从这里得到这个:


我确认,这对我来说很有用 row.Cells(,colTimestamp)=JSON(“时间戳”)/86400+25569

也可以在excel中实现公式以执行转换
FechaPosix-=(I2/86400)+日期(1970;1;1)

让我知道我的答案是否有帮助,如果没有,也让我知道检查了几个例子,似乎没有问题。谢谢