Answers for "does python take the timezone from the os?"

0

how to get timezone in python

from time import gmtime, strftime
print(strftime("%z", gmtime()))
Posted by: Guest on November-28-2021

Code answers related to "does python take the timezone from the os?"

Python Answers by Framework

Browse Popular Code Answers by Language