Message304596
| Author |
mariocj89 |
| Recipients |
Anders.Hovmöller, Arfrever, Eric.Hanchrow, Roman.Evstifeev, SilentGhost, aymeric.augustin, barry, belopolsky, berker.peksag, cvrebert, davydov, deronnax, eric.araujo, flying sheep, gvanrossum, jcea, jstasiak, jwilk, karlcow, kirpit, mariocj89, martin.panter, mcepl, mihaic, nagle, pbryan, perey, piotr.dobrogost, r.david.murray, roysmith, shanmbic, sirex, sonots, tim.peters, vstinner, ztane |
| Date |
2017-10-18.21:00:00 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1508360400.17.0.213398074469.issue24954@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Wrote https://bugs.python.org/issue31800 without realising this issue was open (Thanks for bringing it up Martin Panter).
issue31800 basically just adds the ability to parse NN:NN to the already existing python isoformat function when %z is specified.
Rather than adding "%:z".
As available as well in linux strptime: http://man7.org/linux/man-pages/man3/strptime.3.html
I'd really like to see a way to parse isoformatted dates and this is the only thing in the middle. Happy to continue with the other issue/PR or help out here if needed.
Thanks! ^^ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017-10-18 21:00:00 | mariocj89 | set | recipients:
+ mariocj89, gvanrossum, tim.peters, barry, jcea, roysmith, belopolsky, nagle, vstinner, jwilk, mcepl, eric.araujo, Arfrever, r.david.murray, davydov, cvrebert, karlcow, SilentGhost, perey, flying sheep, mihaic, aymeric.augustin, Roman.Evstifeev, berker.peksag, martin.panter, piotr.dobrogost, kirpit, ztane, Anders.Hovmöller, jstasiak, Eric.Hanchrow, deronnax, pbryan, shanmbic, sirex, sonots |
| 2017-10-18 21:00:00 | mariocj89 | set | messageid: <1508360400.17.0.213398074469.issue24954@psf.upfronthosting.co.za> |
| 2017-10-18 21:00:00 | mariocj89 | link | issue24954 messages |
| 2017-10-18 21:00:00 | mariocj89 | create | |
|