+ 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 )

8th Dec 2017, 7:21 PM
Rajas rasam
1 Antwort
+ 9
try this: import datetime print(datetime.datetime.utcnow())
8th Dec 2017, 8:16 PM
David Ashton
David Ashton - avatar