Date and Time

Jeff Kunce kuncej at mail.conservation.state.mo.us
Mon Jan 31 11:48:44 EST 2000


> > I also have an all-python module that does a lot of date and time
> > things. It might give you some ideas.
>
> I'm surprised that something like this doesn't exist already in the
> standard Python library.

I think it's because doing it right is difficult, and there are several
differing "religions" about what is the right way. You can find
some long discussions in the archives...

I doubt that my datetime.py module fits anyone's notion
of the "right" way to do dates and times. It's just something I
hacked together over time to solve some local needs.

I think that Marc Lemburg has requested that mxDateTime be put
in the python distribution. That's probably the best solution, since
his work is very solid, and since Guido has entrusted other portions
of the distribution to him.

  --Jeff






More information about the Python-list mailing list