scripts/ttt/x.py

10 lines
143 B
Python
Raw Permalink Normal View History

2024-07-15 16:24:14 +08:00
from lib.all import *
st = get_today_zero_time() - 86400 * 7
et = st + 86400
print(
get_time_str_by_ts(st),
get_time_str_by_ts(et)
)