Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32944
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python@mrabarnett.plus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'skip:[ 20': 0.03; 'strings.': 0.07; 'trailing': 0.07; 'complaining': 0.09; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'iterable': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'wrote:': 0.17; 'trying': 0.21; 'object.': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'received:192.168.1.3': 0.29; 'remains': 0.29; 'convert': 0.29; 'error': 0.30; 'december': 0.32; 'subject:data': 0.33; 'problem': 0.33; 'to:addr:python-list': 0.33; 'list': 0.35; 'data': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'space': 0.39; 'received:192.168': 0.40; 'header:Reply-To:1': 0.68; 'reply-to:no real name:2**0': 0.72; 'reply-to:addr:python.org': 0.84 |
| X-CM-Score | 0.00 |
| X-CNFS-Analysis | v=2.0 cv=TdYURGsh c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=1EKJ2blYo8kA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=_dakU6dkeYIA:10 a=BWA5lBda3kuRLwo2yncA:9 a=wPNLvfGTeEIA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117 |
| X-AUTH | mrabarnett:2500 |
| Date | Thu, 08 Nov 2012 12:56:14 +0000 |
| From | MRAB <python@mrabarnett.plus.com> |
| User-Agent | Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Unconverted data remains |
| References | <CABgq=FxovqhZ4EgXkSm=LpwACM4L_svRKOZw=G06CV4bsmG-MA@mail.gmail.com> |
| In-Reply-To | <CABgq=FxovqhZ4EgXkSm=LpwACM4L_svRKOZw=G06CV4bsmG-MA@mail.gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3431.1352379375.27098.python-list@python.org> (permalink) |
| Lines | 30 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1352379375 news.xs4all.nl 6981 [2001:888:2000:d::a6]:38747 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:32944 |
Show key headers only | View raw
On 2012-11-08 08:04, Nikhil Verma wrote: > Hi > > My Problem > > > I have a list :- > L = ['Sunday November 11 2012 9:00pm ', 'Thursday November 15 2012 > 7:00pm ',\ > 'Friday November 16 2012 7:00pm ', 'Monday November > 19 2012 7:30pm ', \ > 'Friday November 23 2012 7:30pm ', 'Sunday November > 25 2012 8:00pm ',\ > 'Monday November 262012 7:00pm ', 'Thursday November > 29 2012 6:30pm ',\ > 'Saturday December 1 20125:30pm ', 'Thursday December > 6 2012 9:00pm ',\ > 'Sunday December 9 2012 7:00pm ', 'Friday November 9 > 2012 6:00pm ', \ > 'Friday November 9 2012 7:00pm ', 'Friday November 9 > 2012 7:00pm '] > > final_event_time = [datetime.strptime(iterable, '%A %B %d %Y %I:%M%p') > for iterable in L] > > and having this error Unconverted data remains . I am trying to convert > all these in datetime object. > It's complaining about the trailing space in the strings. Try removing it.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Unconverted data remains MRAB <python@mrabarnett.plus.com> - 2012-11-08 12:56 +0000
csiph-web