inverse of asctime

Andrew Markebo flognat at flognat.myip.org
Thu Mar 15 18:45:20 EST 2001


/ Grant Griffin <not.this at seebelow.org> wrote:
| Hi Gang,
| 
| I'm in the market for the inverse of asctime().  I looked in the time module but
| couldn't find it.  (Nope, strptime isn't available on my Windows installation.) 
| Seems like there oughtta be sucha thing somewhere.

Ehm.. I actually have a strptime.py, used by RogueWave ;-) *stretches
his back* You can locate it at my mismaintained code-page, will have
to make it come back to life some day.

http://www.fukt.hk-r.se/~flognat/hacks/
http://www.fukt.hk-r.se/~flognat/hacks/strptime.py

*stretching-his-backly-yours*

        /Andy


BTW Have you actually tried searching the python site :-) 

Number-crunching NumPy Extensions

... strptime.py - Produce time-module style time tuples (Andy
Eskilsson) The inverse of strftime, convert a string to a tuple that
the time module can handle. ...
www.python.org/topics/scicomp/numbercrunching.html - 14k - Cached -




More information about the Python-list mailing list