You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
I used gdata-java-client 1.38 for DateTime.parseRfc822() to help me parse a
rss element <pubDate />.
A pubDate string like "Sun, 06 Sep 2009 16:06:00 +0000" can be parsed but
not accepted by BaseEntry.setPublished(), method setPublished() throw the
exception message: "java.lang.IllegalArgumentException: Entry.published
must have a timezone."
The attached sample code shows DateTime.parseRfc822() maybe ignored
timezone information while parsing the date string.
Please check if it is a bug or not ?
Best Regards.
Ada.
Original issue reported on code.google.com by hungwei.hsu on 27 Sep 2009 at 2:36
Original issue reported on code.google.com by
hungwei.hsu
on 27 Sep 2009 at 2:36Attachments:
The text was updated successfully, but these errors were encountered: