time.localtime(secs) returns the time in the form of (year, month, day, hour, minute, second, day of week, day of year, daylight savings). : Time : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Time »

 

time.localtime(secs) returns the time in the form of (year, month, day, hour, minute, second, day of week, day of year, daylight savings).


import time

print time.localtime()



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Module
» Time