Printable time
Dale Strickland-Clark
dale at out-think.NOSPAMco.uk
Mon Dec 4 11:41:34 EST 2000
More information about the Python-list mailing list
Mon Dec 4 11:41:34 EST 2000
- Previous message (by thread): Printable time
- Next message (by thread): Printable time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Carsten Gaebler <cg at schlund.de> wrote: >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. Thanks. It's always struck me as a bit strange that none of the time functions will use the current time as a default if none is specified. -- Dale Strickland-Clark Out-Think Ltd Business Technology Consultants
- Previous message (by thread): Printable time
- Next message (by thread): Printable time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list