Vidyalelo
Python · Q185

Module in Python

Programming · Python · question 185

Q185

Which of the following functions can be used to find the coordinated universal time, assuming that the datetime module has already been imported?

A.
datetime.utc()
B.
datetime.datetime.utc()
C.
datetime.utcnow()
D.
datetime.datetime.utcnow()
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board