Printable time

Carsten Gaebler cg at schlund.de
Mon Dec 4 09:26:43 EST 2000


Dale Strickland-Clark wrote:

> Is there a more succinct way of getting the current local time as text than:
> time.strftime('<format>', time.localtime(time.time()))


time.ctime(time.time())


cg.



More information about the Python-list mailing list