What is the module/method used to get the current time?
The quickest way is:
>>> import time >>> time.strftime("%Y%m%d") '20130924'