ahorn / android-rss

Lightweight Android library to parse RSS 2.0 feeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org.mcsoxford.rss.RSSFault: java.text.ParseException: Unparseable date: "Fri, 12 Jun 2015 09:00 EDT"

devilmac opened this issue · comments

Hi,

I tried to use your library but I got the error on title.
Can you help me with it?

Thanks.

commented

The way to debug this is to checkout the SimpleDateFormat in the Dates utility class: https://github.com/ahorn/android-rss/blob/master/src/main/java/org/mcsoxford/rss/Dates.java#L32

No.

On Sun, 14 Jun 2015 16:59 Federico notifications@github.com wrote:

Hi,

I tried to use your library but I got the error on title.
Can you help me with it?

Thanks.


Reply to this email directly or view it on GitHub
#26.

commented

@omercii could you please be more specific. Thank you. The date format is EEE, dd MMM yyyy HH:mm:ss Z. I do not see the seconds in the example.

Sorry, last night I was drunk..

On 15 Jun 2015, at 09:48, ahorn notifications@github.com wrote:

@omercii https://github.com/omercii could you please be more specific. Thank you. The date format is EEE, dd MMM yyyy HH:mm:ss Z. I do not see the seconds in the example.


Reply to this email directly or view it on GitHub #26 (comment).

commented

@devilmac may I close this issue?