摘要: Python处理时间和时间戳的内置模块就有time,和datetime两个,本文先说time模块。 时间戳,根据1970年1月1日00:00:00开始按秒计算的偏移量。 时间元组(struct_time),包含9个元素。 time.struct_time(tm_year=2017, tm_mon=1 阅读全文
posted @ 2020-05-02 17:42 窦云鹏 阅读(110) 评论(0) 推荐(0)