[Python-Dev] dateutil (original) (raw)
Moore, Paul Paul.Moore at atosorigin.com
Mon Mar 15 09:30:21 EST 2004
- Previous message: [Python-Dev] dateutil
- Next message: [Python-Dev] dateutil
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Gustavo Niemeyer [mailto:niemeyer at conectiva.com]
> d.forwardmonths(3).endofmonth()
In dateutil, I think it's d + relativedelta(months=+1, day=1, days=-1). Arguably, this is fairly trivial (highly non-obvious, but trivial...) Yes, it'd work, but "d + relativedelta(day=31)" would be enough.
Hmm, I feel vaguely uncomfortable actually relying on the "round down out of range values" behaviour. Presumably day=1000 would also work, and would look even stranger to me :-)
Paul.
- Previous message: [Python-Dev] dateutil
- Next message: [Python-Dev] dateutil
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]