android-rss icon indicating copy to clipboard operation
android-rss copied to clipboard

Update parse date

Open ravenfeld opened this issue 12 years ago • 1 comments

considers several date formatting

Review on Reviewable

ravenfeld avatar Sep 23 '13 12:09 ravenfeld

Use function arguments instead of global variables [1,2]. This makes the code more robust in multi-threaded calling contexts. Please also add test cases that can be executed with "mvn test". See existing test cases.

[1] https://github.com/ravenfeld/android-rss/commit/e24d4cb2d69241df5367c6af4a3114276913ac7c#L0R65 [2] https://github.com/ravenfeld/android-rss/commit/e24d4cb2d69241df5367c6af4a3114276913ac7c#L0R29

ahorn avatar Sep 23 '13 12:09 ahorn