+ 2
How could i be able to import current time of Greenwich
just tell me the code which is used to get the current time of a certain place( Greenwich )
1 Antwort
+ 9
try this:
import datetime
print(datetime.datetime.utcnow())
just tell me the code which is used to get the current time of a certain place( Greenwich )