我正在用Firestore编写更新函数,我想比较一下两个Timestamp。我试过很多次,但都没用。你能告诉我比较两种Timestamp的正确方法吗?= new Date(newTimestamp) - new Date(oldTimestamp); // not working
});
我想检查两个时间戳是否相同
我正在尝试建立一个批处理脚本,以确认文件大小和修改日期。到目前为止,我一直在使用不同的命令(diff、comp和其他命令),这些命令没有给我提供所需的结果。这两个文件都是远程找到的,并且位于不同的时区,所以使用dir命令输出对我不起作用。/P "ComputerName=Please enter the computer name or the word batch to pull from computernames.txt: "
比较<