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()
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board