time.ctime(secs) returns the time, specified by secs since the UTC, as a formatted, printable string. : Time : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Time »

 

time.ctime(secs) returns the time, specified by secs since the UTC, as a formatted, printable string.


import time

print time.ctime()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Buildin Module
» Time