WLE_stats_generation.py 文件源码

python
阅读 31 收藏 0 点赞 0 评论 0

项目:WikiLoves 作者: wmes 项目源码 文件源码
def unix_time(zulu_time_string):
    dt = datetime.strptime(zulu_time_string, "%Y-%m-%dT%H:%M:%SZ")
    epoch = datetime.utcfromtimestamp(0)
    delta = dt - epoch
    return int(delta.total_seconds() * 1000)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号