Problem with the ISO formating of "Last matched" timestamp

Issue #14 resolved
Bendik repo owner created an issue

In your program when you go into the subscriptions box, and go to options and set the Last Matched using the "Now Button" it gives something like "2014-11-19T00:19:43.431000" but when I manually run it, it still downloads stuff. If i cut off the last decimal spot making it "2014-11-19T00:19:43" it works (not downloading stuff).

Should be fixed by changing get_current_date().isoFormat() to get_current_date_in_isoformat() in yarss2\gtkui\dialog_subscription.py

Comments (1)

  1. Log in to comment