Re: timedelta is squicking me out

2011-10-03 Thread Roy Smith
In article , Chris Rebert wrote: > 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 We've been using http://labix.org/python-

Re: timedelta is squicking me out

2011-10-02 Thread Chris Rebert
On Sun, Oct 2, 2011 at 7:27 PM, Phlip 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,