What will be the output of the following Python code?
import timeprint(time.asctime())
निम्नलिखित Python कोड का आउटपुट क्या होगा?
A. Current date only केवल वर्तमान तिथि
B. UTC time यूटीसी का समय
C. Current date and time वर्तमान दिनांक और समय
D. Current time only केवल वर्तमान समय