Date manipulation and Java 'interface' equivalents

Jeff Bauer jbauer at rubic.com
Sun Nov 5 18:37:53 EST 2000


Martin Christensen wrote:
> First of all, I am doing some statistics with a PostgreSQL database,
> and for this I need to manipulate some dates, ie. add a week to this
> date or subtract a month from another. I didn't find any obvious
> candidates for this kind of date math in the library reference. Now,
> _of course_ this can be done in Python rather than forcing me to use
> the DBMS for this, but... erm... how?

I have a Python date class available on the Starship.  Some
people are using it for work with PostgreSQL.

http://starship.python.net/crew/jbauer/normaldate/index.html

-Jeff Bauer




More information about the Python-list mailing list