douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Month can be one-off in Interestingness search with Date param specified #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Specify a date in the month of October.
2. Do an Interestingness search.
3. It will create a date string like 2009-010-08

What is the expected output? What do you see instead?
I expect the date string to be 2009-10-08.

I believe the bug exists in this line of code:
http://code.google.com/p/as3flickrlib/source/browse/trunk/src/com/adobe/webapis/
flickr/methodgroups/Interestingness.as#106

It should compare month + 1 <= 9.

Original issue reported on code.google.com by ron...@gmail.com on 10 Oct 2009 at 12:30