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


Groups > comp.lang.python > #89369

Re: date from day (count) of year

References <CALyJZZXadojH07+icqqqA0hSEb8jM0Op4T=5kfUdkGdUpwn+YQ@mail.gmail.com> <CALwzidk7LLtvfohcDPuFE8J0XYLz6p03capvoucvB8Vg64pPLw@mail.gmail.com>
From Vincent Davis <vincent@vincentdavis.net>
Date 2015-04-24 08:23 -0600
Subject Re: date from day (count) of year
Newsgroups comp.lang.python
Message-ID <mailman.7.1429885446.3680.python-list@python.org> (permalink)

Show all headers | View raw


[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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web