time module - is strptime available under NT?

Steve Holden sholden at holdenweb.com
Wed Jun 27 07:54:35 EDT 2001


"Dan Tropp" <dan at webmind.com> wrote in message
news:mailman.993617381.11107.python-list at python.org...
> Is this function available in the windows (NT) version?
>
> If not is there a commonly used alternative? Or do people just parse
things
> up themselves with re?
>
> dan
>
> Dan Tropp
> Dept Psychology, University of Melbourne, Australia
>
From

    http://aspn.activestate.com/ASPN/Python/Cookbook/Recipe/56036

"""In an attempt to have a version of time.strptime() that could run
anywhere, I wrote this module.

Running the strptime() function will function as much as time.strptime() as
within reason..."""

regards
 Steve
--
http://www.holdenweb.com/


>





More information about the Python-list mailing list