如何获取印度 python 中的当前时间戳?
我尝试过time.ctime(), 但他们返回的时间都与印度不同。datetime.utcnow()datetime.now()
time.ctime()
datetime.utcnow()
datetime.now()
上面的代码返回的时间与我计算机上的当前时间不匹配。而且我电脑上的时间绝对是正确的。
python time timezone timestamp python-3.x
python ×1
python-3.x ×1
time ×1
timestamp ×1
timezone ×1