Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89369 > unrolled thread

Re: date from day (count) of year

Started byVincent Davis <vincent@vincentdavis.net>
First post2015-04-24 08:23 -0600
Last post2015-04-24 08:23 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: date from day (count) of year Vincent Davis <vincent@vincentdavis.net> - 2015-04-24 08:23 -0600

#89369 — Re: date from day (count) of year

FromVincent Davis <vincent@vincentdavis.net>
Date2015-04-24 08:23 -0600
SubjectRe: date from day (count) of year
Message-ID<mailman.7.1429885446.3680.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

On Fri, Apr 24, 2015 at 8:01 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote:

> >>> dt.date(2014, 1, 1) + dt.timedelta(114 - 1)
> datetime.date(2014, 4, 24)
>

​Thanks!​
Vincent Davis

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web