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: Option D

Join The Discussion