Apologies for asking too basic question but I couldn't get it cleared after reading docs. It just seems that I am missing or have misunderstood something too basic here.
Does calling time.time()
from different timezones, at the same time produce different results? This maybe comes down to definition of epoch
, which on the docs (and on my not-so-deep search on the Internet), has no mentions of the timezone.
Also, suppose time.time() has been called from places with different timezones, and converted to UTC datetime
s on their machines, will they all give same UTC time?
question from:
https://stackoverflow.com/questions/11845803/is-pythons-time-time-timezone-specific 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…