+ 1
Import time
For import time, how can I change the location of the time?
5 Answers
+ 5
you ask very general questions. ask more specifically .. where, what time, in which program or ide, and for what
+ 1
I want to have the time in the United States. And the program is in python.
+ 1
First, you add "import time". Then request 'gmttime' and add the hours of your time zone. There also is the option to request 'localtime'
0
Please add information like language and so on...
0
How can I add the hours of Timezone into the gmttime?