@@ -0,0 +1,6 @@
import datetime
time_ser = datetime.datetime(2025, 9, 1) # 修正为2024年9月
start_of_day = time_ser.replace(hour=0, minute=0, second=0, microsecond=0)
print(start_of_day.timestamp())
The note is not visible to the blocked user.