spring-attic / spring-social-github

Github API binding and connect support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createdAt date not parseable

enricjaen opened this issue · comments

UserTemplate parses dates as: new SimpleDateFormat("yyyy/MM/dd HH:mm:ss Z", Locale.ENGLISH);

However, the API returns dates such as "2013-06-11T14:08:24Z",

The valid format should be: yyyy-MM-dd'T'HH:mm:ssX