x2584179909 / -

获取当天凌晨时间戳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-

获取当天凌晨时间戳

cur_time = time.time()

timeArray = time.localtime(cur_time - cur_time % 86400 - 8 * 3600)

About

获取当天凌晨时间戳