Standard way to express a date in a real number?
Tyler Eaves
tyler at cg1.org
Mon Apr 14 18:30:31 EDT 2003
More information about the Python-list mailing list
Mon Apr 14 18:30:31 EDT 2003
- Previous message (by thread): Standard way to express a date in a real number?
- Next message (by thread): Standard way to express a date in a real number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nicola Mingotti wrote: > import time > t = time.time() > # t is the number you asked for > > If you want to know more about this look at > the "time" module . > > > bye. The problem is that you can only represent dates from 1970 - 2030-someting that way.
- Previous message (by thread): Standard way to express a date in a real number?
- Next message (by thread): Standard way to express a date in a real number?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list