timedelta is squicking me out

Chris Rebert clp2 at rebertia.com
Sun Oct 2 22:41:23 EDT 2011


On Sun, Oct 2, 2011 at 7:27 PM, Phlip <phlip2005 at gmail.com> wrote:
> has anyone invented a system like R*by's ActiveSupport's 5.years.ago,
> 42.minutes.since ?
>
> (Yes, I'm aware the notation will be different!)

If something involves Python and nontrivial chronology, then
mxDateTime is the go-to library. And indeed, it has a RelativeDateTime
type:
http://www.egenix.com/products/python/mxBase/mxDateTime/doc/#_Toc293683810

Cheers,
Chris
--
http://rebertia.com



More information about the Python-list mailing list