gpt4 book ai didi

python - “ObjectId”对象没有属性 'getTimeStamp'

转载 作者:IT老高 更新时间:2023-10-28 13:08:05 25 4
gpt4 key购买 nike

我正在尝试从 ObjectID 获取时间戳,但 Mongo 一直给我这个错误。我错过了进口吗?将时间戳转换为标准日期格式的最佳方法是什么?

video['date'] = video['_id'].getTimeStamp()

最佳答案

您在哪里看到 getTimeStamp() 作为一种方法?

根据docs它应该是:

video['date'] = video['_id'].generation_time

关于python - “ObjectId”对象没有属性 'getTimeStamp',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11961952/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com