This commit is contained in:
Leon 2021-08-10 03:32:14 +08:00 committed by GitHub
parent ff3c9974f0
commit 1c5168c403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
from datetime import datetime
import pytz
import requests,time,re,json,random
import requests,time,re,json,random,os
shanghai = pytz.timezone('Asia/Shanghai')
shanghai_time = datetime.now(tz=shanghai)