sam detweiler
sam detweiler
So, the testcase that is failing here is due to the fact that today+6 months gets April 9 in view of the repeating rule if the event date is April...
> see fails in all other PR's today. yes, the date changed and another event was published(total 11 from each is) (making the total 22 instead ot the expected 20)...
use my fixdate pr #3596
I updated calendar.js on commit I received this warning ``` ✖ eslint --fix: /home/sam/MagicMirror.old/modules/default/calendar/calendar.js 0:0 warning File ignored because of a matching ignore pattern. Use "--no-ignore" to disable file ignore...
we did put in a new eslint
last successful run at — Today at 2:57 AM (my time? us central) on merge of the compliments update my update at 8:45 for calendar failed.
what is the test system date and timezone? if the event filter (calendarfetcherutils) really returned a bad date/time value (Ends in Invalid date) then its got to be related to...
ok, found it, TZ = UTC I 'fixed' a lint error ``` const [_, h, m] = str.match(/([+-]\d+):(\d+)$/) || [, "+00", "00"]; ``` lint error /home/sam/mm/modules/default/calendar/calendarfetcherutils.js 621:55 error Unexpected comma...
ok, ready to merge... no additional testers have found anything, or commited to finish testing. this will close pr #3622 as not needed