tomorrow in yyyymmdd format

Paul Rubin phr-n2002b at NOSPAMnightsong.com
Tue Jun 18 22:13:02 EDT 2002


Giulio Cespuglio <have.a.look at the-body.com> writes:

> We all know that if I want to get the present GMT date in yyyymmdd
> format I should say
> 
> 	print time.strftime("%Y%m%d", time.gmtime() )

print time.strftime("%Y%m%d", time.gmtime(time.time() + 24*60*60))



More information about the Python-list mailing list