Skip to content

Instantly share code, notes, and snippets.

@morozgrafix
Last active June 15, 2024 05:11
Show Gist options
  • Save morozgrafix/71379538d328e565130a89d6eb6d3137 to your computer and use it in GitHub Desktop.
Save morozgrafix/71379538d328e565130a89d6eb6d3137 to your computer and use it in GitHub Desktop.
Sample Calendar With Repeating Event for MM testing
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Family Calendar
X-WR-TIMEZONE:America/Los_Angeles
X-WR-CALDESC:Family Calendar
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20230803T173000
DTEND;TZID=America/Los_Angeles:20230803T190000
RRULE:FREQ=WEEKLY
EXDATE;TZID=America/Los_Angeles:20230817T173000
EXDATE;TZID=America/Los_Angeles:20230914T173000
EXDATE;TZID=America/Los_Angeles:20230921T173000
EXDATE;TZID=America/Los_Angeles:20230928T173000
EXDATE;TZID=America/Los_Angeles:20231026T173000
EXDATE;TZID=America/Los_Angeles:20231123T173000
EXDATE;TZID=America/Los_Angeles:20231207T173000
EXDATE;TZID=America/Los_Angeles:20240215T173000
EXDATE;TZID=America/Los_Angeles:20240222T173000
EXDATE;TZID=America/Los_Angeles:20240321T173000
DTSTAMP:20240614T041122Z
UID:78C53B9F-2152-4824-838D-F52000D3332B
CREATED:20230801T193617Z
LAST-MODIFIED:20240321T191415Z
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Test Event
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
[2024-06-14 21:34:25.408] [LOG] Create fetcher ...
[2024-06-14 21:34:25.474] [LOG] Create fetcher done!
[2024-06-14 21:34:25.590] [DEBUG] parsed data={"b847cf40-679a-4a77-b814-c9163692a785":{"type":"VTIMEZONE","params":[],"tzid":"America/Los_Angeles","LIC-LOCATION":"America/Los_Angeles","2bfb2433-6745-4d57-b55d-1a1e3ec778c3":{"type":"DAYLIGHT","params":[],"tzoffsetfrom":"-0800","tzoffsetto":"-0700","tzname":"PDT","start":"1970-03-08T10:00:00.000Z","datetype":"date-time","rrule":"RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU","end":"1970-03-08T10:00:00.000Z"},"ca3f7f5e-7e4a-4405-99a5-4050700d3a9b":{"type":"STANDARD","params":[],"tzoffsetfrom":"-0700","tzoffsetto":"-0800","tzname":"PST","start":"1970-11-01T10:00:00.000Z","datetype":"date-time","rrule":"RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU","end":"1970-11-01T10:00:00.000Z"},"end":"2024-06-16T04:34:25.576Z","method":"PUBLISH"},"78C53B9F-2152-4824-838D-F52000D3332B":{"type":"VEVENT","params":[],"start":"2023-08-04T00:30:00.000Z","datetype":"date-time","end":"2023-08-04T02:00:00.000Z","rrule":{"_cache":{"all":false,"before":[],"after":[],"between":[]},"origOptions":{"tzid":"America/Los_Angeles","dtstart":"2023-08-04T00:30:00.000Z","freq":2},"options":{"freq":2,"dtstart":"2023-08-04T00:30:00.000Z","interval":1,"wkst":0,"count":null,"until":null,"tzid":"America/Los_Angeles","bysetpos":null,"bymonth":null,"bymonthday":[],"bynmonthday":[],"byyearday":null,"byweekno":null,"byweekday":[4],"bynweekday":null,"byhour":[0],"byminute":[30],"bysecond":[0],"byeaster":null}},"exdate":[],"dtstamp":"2024-06-14T04:11:22.000Z","uid":"78C53B9F-2152-4824-838D-F52000D3332B","created":"2023-08-01T19:36:17.000Z","lastmodified":"2024-03-21T19:14:15.000Z","sequence":"0","status":"CONFIRMED","summary":"Test Event","transparency":"OPAQUE","method":"PUBLISH"},"vcalendar":{"type":"VCALENDAR","prodid":"-//Google Inc//Google Calendar 70.9054//EN","version":"2.0","calscale":"GREGORIAN","method":"PUBLISH","WR-CALNAME":"Family Calendar","WR-TIMEZONE":"America/Los_Angeles","WR-CALDESC":"Family Calendar"}}
[2024-06-14 21:34:25.591] [DEBUG] There are 3 calendar entries.
[2024-06-14 21:34:25.592] [DEBUG] Processing entry...
[2024-06-14 21:34:25.592] [DEBUG] Processing entry...
[2024-06-14 21:34:25.592] [DEBUG] Event:
{"type":"VEVENT","params":[],"start":"2023-08-04T00:30:00.000Z","datetype":"date-time","end":"2023-08-04T02:00:00.000Z","rrule":{"_cache":{"all":false,"before":[],"after":[],"between":[]},"origOptions":{"tzid":"America/Los_Angeles","dtstart":"2023-08-04T00:30:00.000Z","freq":2},"options":{"freq":2,"dtstart":"2023-08-04T00:30:00.000Z","interval":1,"wkst":0,"count":null,"until":null,"tzid":"America/Los_Angeles","bysetpos":null,"bymonth":null,"bymonthday":[],"bynmonthday":[],"byyearday":null,"byweekno":null,"byweekday":[4],"bynweekday":null,"byhour":[0],"byminute":[30],"bysecond":[0],"byeaster":null}},"exdate":[],"dtstamp":"2024-06-14T04:11:22.000Z","uid":"78C53B9F-2152-4824-838D-F52000D3332B","created":"2023-08-01T19:36:17.000Z","lastmodified":"2024-03-21T19:14:15.000Z","sequence":"0","status":"CONFIRMED","summary":"Test Event","transparency":"OPAQUE","method":"PUBLISH"}
[2024-06-14 21:34:25.592] [DEBUG] start: Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.593] [DEBUG] end:: Thu Aug 03 2023 19:00:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.593] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.593] [DEBUG] title: Test Event
[2024-06-14 21:34:25.593] [DEBUG] Search for recurring events between: Fri Jun 14 2024 21:34:25 GMT-0700 (Pacific Daylight Time) and Fri Jun 13 2025 23:59:59 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.594] [DEBUG] RRule: DTSTART;TZID=America/Los_Angeles:20230804T003000
RRULE:FREQ=WEEKLY
[2024-06-14 21:34:25.599] [DEBUG] Title: Test Event, with dates: ["2024-06-21T00:30:00.000Z","2024-06-28T00:30:00.000Z","2024-07-05T00:30:00.000Z","2024-07-12T00:30:00.000Z","2024-07-19T00:30:00.000Z","2024-07-26T00:30:00.000Z","2024-08-02T00:30:00.000Z","2024-08-09T00:30:00.000Z","2024-08-16T00:30:00.000Z","2024-08-23T00:30:00.000Z","2024-08-30T00:30:00.000Z","2024-09-06T00:30:00.000Z","2024-09-13T00:30:00.000Z","2024-09-20T00:30:00.000Z","2024-09-27T00:30:00.000Z","2024-10-04T00:30:00.000Z","2024-10-11T00:30:00.000Z","2024-10-18T00:30:00.000Z","2024-10-25T00:30:00.000Z","2024-11-01T00:30:00.000Z","2024-11-08T00:30:00.000Z","2024-11-15T00:30:00.000Z","2024-11-22T00:30:00.000Z","2024-11-29T00:30:00.000Z","2024-12-06T00:30:00.000Z","2024-12-13T00:30:00.000Z","2024-12-20T00:30:00.000Z","2024-12-27T00:30:00.000Z","2025-01-03T00:30:00.000Z","2025-01-10T00:30:00.000Z","2025-01-17T00:30:00.000Z","2025-01-24T00:30:00.000Z","2025-01-31T00:30:00.000Z","2025-02-07T00:30:00.000Z","2025-02-14T00:30:00.000Z","2025-02-21T00:30:00.000Z","2025-02-28T00:30:00.000Z","2025-03-07T00:30:00.000Z","2025-03-14T00:30:00.000Z","2025-03-21T00:30:00.000Z","2025-03-28T00:30:00.000Z","2025-04-04T00:30:00.000Z","2025-04-11T00:30:00.000Z","2025-04-18T00:30:00.000Z","2025-04-25T00:30:00.000Z","2025-05-02T00:30:00.000Z","2025-05-09T00:30:00.000Z","2025-05-16T00:30:00.000Z","2025-05-23T00:30:00.000Z","2025-05-30T00:30:00.000Z","2025-06-06T00:30:00.000Z","2025-06-13T00:30:00.000Z"]
[2024-06-14 21:34:25.599] [DEBUG] Rule has byweekday, checking for correction
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jun 20 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jun 27 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jul 04 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jul 11 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jul 18 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.600] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jul 25 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Aug 01 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Aug 08 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Aug 15 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Aug 22 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Aug 29 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Sep 05 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Sep 12 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Sep 19 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Sep 26 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Oct 03 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Oct 10 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Oct 17 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.601] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Oct 24 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Oct 31 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Nov 07 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Nov 14 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Nov 21 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Nov 28 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Dec 05 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Dec 12 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Dec 19 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Dec 26 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Jan 02 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Jan 09 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Jan 16 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Jan 23 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.602] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Jan 30 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Feb 06 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Feb 13 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Feb 20 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Feb 27 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 8) and hour=16 >= 24-8, Adding 1 day to Thu Mar 06 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Mar 13 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Mar 20 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Mar 27 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Apr 03 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Apr 10 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Apr 17 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Apr 24 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu May 01 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu May 08 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.603] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu May 15 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu May 22 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu May 29 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jun 05 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] West of GMT (tzOffset: 7) and hour=17 >= 24-7, Adding 1 day to Thu Jun 12 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.604] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.604] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.604] [DEBUG] start offset=-420
[2024-06-14 21:34:25.605] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.605] [DEBUG] event date=Fri Jun 21 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.605] [DEBUG] event offset=-420 hour=17 event date=Fri Jun 21 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.605] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.605] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.605] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.605] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.605] [DEBUG] start offset=-420
[2024-06-14 21:34:25.605] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.605] [DEBUG] event date=Fri Jun 28 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] event offset=-420 hour=17 event date=Fri Jun 28 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.606] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.606] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.606] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] start offset=-420
[2024-06-14 21:34:25.606] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] event date=Fri Jul 05 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] event offset=-420 hour=17 event date=Fri Jul 05 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.606] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.606] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.606] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.606] [DEBUG] start offset=-420
[2024-06-14 21:34:25.607] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.607] [DEBUG] event date=Fri Jul 12 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.607] [DEBUG] event offset=-420 hour=17 event date=Fri Jul 12 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.607] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.607] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.607] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.607] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.607] [DEBUG] start offset=-420
[2024-06-14 21:34:25.607] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.607] [DEBUG] event date=Fri Jul 19 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] event offset=-420 hour=17 event date=Fri Jul 19 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.608] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.608] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.608] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] start offset=-420
[2024-06-14 21:34:25.608] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] event date=Fri Jul 26 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] event offset=-420 hour=17 event date=Fri Jul 26 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.608] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.608] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.608] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.609] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.609] [DEBUG] start offset=-420
[2024-06-14 21:34:25.609] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.609] [DEBUG] event date=Fri Aug 02 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.609] [DEBUG] event offset=-420 hour=17 event date=Fri Aug 02 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.609] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.609] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.609] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.609] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.609] [DEBUG] start offset=-420
[2024-06-14 21:34:25.609] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] event date=Fri Aug 09 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] event offset=-420 hour=17 event date=Fri Aug 09 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.610] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.610] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.610] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] start offset=-420
[2024-06-14 21:34:25.610] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] event date=Fri Aug 16 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] event offset=-420 hour=17 event date=Fri Aug 16 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.610] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.610] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.610] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.610] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] start offset=-420
[2024-06-14 21:34:25.611] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] event date=Fri Aug 23 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] event offset=-420 hour=17 event date=Fri Aug 23 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.611] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.611] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.611] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] start offset=-420
[2024-06-14 21:34:25.611] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] event date=Fri Aug 30 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] event offset=-420 hour=17 event date=Fri Aug 30 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.611] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.612] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.612] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.612] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.612] [DEBUG] start offset=-420
[2024-06-14 21:34:25.612] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.612] [DEBUG] event date=Fri Sep 06 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.612] [DEBUG] event offset=-420 hour=17 event date=Fri Sep 06 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.612] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.612] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.612] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.612] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.612] [DEBUG] start offset=-420
[2024-06-14 21:34:25.612] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] event date=Fri Sep 13 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] event offset=-420 hour=17 event date=Fri Sep 13 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.613] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.613] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.613] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] start offset=-420
[2024-06-14 21:34:25.613] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] event date=Fri Sep 20 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] event offset=-420 hour=17 event date=Fri Sep 20 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.613] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.613] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.613] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.613] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] start offset=-420
[2024-06-14 21:34:25.614] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] event date=Fri Sep 27 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] event offset=-420 hour=17 event date=Fri Sep 27 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.614] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.614] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.614] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] start offset=-420
[2024-06-14 21:34:25.614] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] event date=Fri Oct 04 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] event offset=-420 hour=17 event date=Fri Oct 04 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.614] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.615] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.615] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.615] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.615] [DEBUG] start offset=-420
[2024-06-14 21:34:25.615] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.615] [DEBUG] event date=Fri Oct 11 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.615] [DEBUG] event offset=-420 hour=17 event date=Fri Oct 11 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.615] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.616] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.616] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.616] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.616] [DEBUG] start offset=-420
[2024-06-14 21:34:25.616] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.616] [DEBUG] event date=Fri Oct 18 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.616] [DEBUG] event offset=-420 hour=17 event date=Fri Oct 18 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.616] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.616] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.616] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.617] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.617] [DEBUG] start offset=-420
[2024-06-14 21:34:25.617] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.617] [DEBUG] event date=Fri Oct 25 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.617] [DEBUG] event offset=-420 hour=17 event date=Fri Oct 25 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.617] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.617] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.617] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.617] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.617] [DEBUG] start offset=-420
[2024-06-14 21:34:25.617] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.618] [DEBUG] event date=Fri Nov 01 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.618] [DEBUG] event offset=-420 hour=17 event date=Fri Nov 01 2024 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.618] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.618] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.618] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.618] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.618] [DEBUG] start offset=-420
[2024-06-14 21:34:25.618] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.618] [DEBUG] event date=Fri Nov 08 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.618] [DEBUG] event offset=-480 hour=16 event date=Fri Nov 08 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.618] [DEBUG] offset
[2024-06-14 21:34:25.618] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.619] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.619] [DEBUG] Applying timezone adjustment hours=1 to Fri Nov 08 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.619] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.619] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.619] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.619] [DEBUG] start offset=-420
[2024-06-14 21:34:25.619] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.619] [DEBUG] event date=Fri Nov 15 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.619] [DEBUG] event offset=-480 hour=16 event date=Fri Nov 15 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.619] [DEBUG] offset
[2024-06-14 21:34:25.619] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.619] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.619] [DEBUG] Applying timezone adjustment hours=1 to Fri Nov 15 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.620] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.620] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.620] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.620] [DEBUG] start offset=-420
[2024-06-14 21:34:25.620] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.620] [DEBUG] event date=Fri Nov 22 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.620] [DEBUG] event offset=-480 hour=16 event date=Fri Nov 22 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.620] [DEBUG] offset
[2024-06-14 21:34:25.620] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.620] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.620] [DEBUG] Applying timezone adjustment hours=1 to Fri Nov 22 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.620] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.620] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.621] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.621] [DEBUG] start offset=-420
[2024-06-14 21:34:25.621] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.621] [DEBUG] event date=Fri Nov 29 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.621] [DEBUG] event offset=-480 hour=16 event date=Fri Nov 29 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.621] [DEBUG] offset
[2024-06-14 21:34:25.621] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.621] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.621] [DEBUG] Applying timezone adjustment hours=1 to Fri Nov 29 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.621] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.621] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.621] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.622] [DEBUG] start offset=-420
[2024-06-14 21:34:25.622] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.622] [DEBUG] event date=Fri Dec 06 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.622] [DEBUG] event offset=-480 hour=16 event date=Fri Dec 06 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.622] [DEBUG] offset
[2024-06-14 21:34:25.622] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.622] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.622] [DEBUG] Applying timezone adjustment hours=1 to Fri Dec 06 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.622] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.622] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.622] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.622] [DEBUG] start offset=-420
[2024-06-14 21:34:25.623] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.623] [DEBUG] event date=Fri Dec 13 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.623] [DEBUG] event offset=-480 hour=16 event date=Fri Dec 13 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.623] [DEBUG] offset
[2024-06-14 21:34:25.623] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.623] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.623] [DEBUG] Applying timezone adjustment hours=1 to Fri Dec 13 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.623] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.623] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.623] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.623] [DEBUG] start offset=-420
[2024-06-14 21:34:25.623] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.624] [DEBUG] event date=Fri Dec 20 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.624] [DEBUG] event offset=-480 hour=16 event date=Fri Dec 20 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.624] [DEBUG] offset
[2024-06-14 21:34:25.624] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.624] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.624] [DEBUG] Applying timezone adjustment hours=1 to Fri Dec 20 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.624] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.624] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.624] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.624] [DEBUG] start offset=-420
[2024-06-14 21:34:25.624] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.624] [DEBUG] event date=Fri Dec 27 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.624] [DEBUG] event offset=-480 hour=16 event date=Fri Dec 27 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.625] [DEBUG] offset
[2024-06-14 21:34:25.625] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.625] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.625] [DEBUG] Applying timezone adjustment hours=1 to Fri Dec 27 2024 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.625] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.625] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.625] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.625] [DEBUG] start offset=-420
[2024-06-14 21:34:25.625] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.625] [DEBUG] event date=Fri Jan 03 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.625] [DEBUG] event offset=-480 hour=16 event date=Fri Jan 03 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.625] [DEBUG] offset
[2024-06-14 21:34:25.625] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.626] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.626] [DEBUG] Applying timezone adjustment hours=1 to Fri Jan 03 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.626] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.626] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.626] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.626] [DEBUG] start offset=-420
[2024-06-14 21:34:25.626] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.626] [DEBUG] event date=Fri Jan 10 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.626] [DEBUG] event offset=-480 hour=16 event date=Fri Jan 10 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.626] [DEBUG] offset
[2024-06-14 21:34:25.626] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.626] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.626] [DEBUG] Applying timezone adjustment hours=1 to Fri Jan 10 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.626] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.627] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.627] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.627] [DEBUG] start offset=-420
[2024-06-14 21:34:25.627] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.627] [DEBUG] event date=Fri Jan 17 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.627] [DEBUG] event offset=-480 hour=16 event date=Fri Jan 17 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.627] [DEBUG] offset
[2024-06-14 21:34:25.627] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.627] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.627] [DEBUG] Applying timezone adjustment hours=1 to Fri Jan 17 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.627] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.627] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.627] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.628] [DEBUG] start offset=-420
[2024-06-14 21:34:25.628] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.628] [DEBUG] event date=Fri Jan 24 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.628] [DEBUG] event offset=-480 hour=16 event date=Fri Jan 24 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.628] [DEBUG] offset
[2024-06-14 21:34:25.628] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.628] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.628] [DEBUG] Applying timezone adjustment hours=1 to Fri Jan 24 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.628] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.628] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.628] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.628] [DEBUG] start offset=-420
[2024-06-14 21:34:25.628] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.628] [DEBUG] event date=Fri Jan 31 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.629] [DEBUG] event offset=-480 hour=16 event date=Fri Jan 31 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.629] [DEBUG] offset
[2024-06-14 21:34:25.629] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.629] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.629] [DEBUG] Applying timezone adjustment hours=1 to Fri Jan 31 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.629] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.629] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.629] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.629] [DEBUG] start offset=-420
[2024-06-14 21:34:25.629] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.629] [DEBUG] event date=Fri Feb 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.629] [DEBUG] event offset=-480 hour=16 event date=Fri Feb 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.629] [DEBUG] offset
[2024-06-14 21:34:25.629] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.629] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.630] [DEBUG] Applying timezone adjustment hours=1 to Fri Feb 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.630] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.630] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.630] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.630] [DEBUG] start offset=-420
[2024-06-14 21:34:25.630] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.630] [DEBUG] event date=Fri Feb 14 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.630] [DEBUG] event offset=-480 hour=16 event date=Fri Feb 14 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.630] [DEBUG] offset
[2024-06-14 21:34:25.630] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.630] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.630] [DEBUG] Applying timezone adjustment hours=1 to Fri Feb 14 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.630] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.630] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.630] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.631] [DEBUG] start offset=-420
[2024-06-14 21:34:25.631] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.631] [DEBUG] event date=Fri Feb 21 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.631] [DEBUG] event offset=-480 hour=16 event date=Fri Feb 21 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.631] [DEBUG] offset
[2024-06-14 21:34:25.631] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.631] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.631] [DEBUG] Applying timezone adjustment hours=1 to Fri Feb 21 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.631] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.631] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.631] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.631] [DEBUG] start offset=-420
[2024-06-14 21:34:25.631] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.632] [DEBUG] event date=Fri Feb 28 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.632] [DEBUG] event offset=-480 hour=16 event date=Fri Feb 28 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.632] [DEBUG] offset
[2024-06-14 21:34:25.632] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.632] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.632] [DEBUG] Applying timezone adjustment hours=1 to Fri Feb 28 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.632] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.632] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.632] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.632] [DEBUG] start offset=-420
[2024-06-14 21:34:25.632] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.632] [DEBUG] event date=Fri Mar 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.632] [DEBUG] event offset=-480 hour=16 event date=Fri Mar 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.632] [DEBUG] offset
[2024-06-14 21:34:25.633] [DEBUG] adjust up 1 hour dst change
[2024-06-14 21:34:25.633] [DEBUG] adjustHours=1
[2024-06-14 21:34:25.633] [DEBUG] Applying timezone adjustment hours=1 to Fri Mar 07 2025 16:30:00 GMT-0800 (Pacific Standard Time)
[2024-06-14 21:34:25.633] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.633] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.633] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.633] [DEBUG] start offset=-420
[2024-06-14 21:34:25.633] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.633] [DEBUG] event date=Fri Mar 14 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.633] [DEBUG] event offset=-420 hour=17 event date=Fri Mar 14 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.633] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.633] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.633] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.633] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.633] [DEBUG] start offset=-420
[2024-06-14 21:34:25.634] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] event date=Fri Mar 21 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] event offset=-420 hour=17 event date=Fri Mar 21 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.634] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.634] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.634] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] start offset=-420
[2024-06-14 21:34:25.634] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] event date=Fri Mar 28 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] event offset=-420 hour=17 event date=Fri Mar 28 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.634] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.634] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.635] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.635] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] start offset=-420
[2024-06-14 21:34:25.635] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] event date=Fri Apr 04 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] event offset=-420 hour=17 event date=Fri Apr 04 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.635] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.635] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.635] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] start offset=-420
[2024-06-14 21:34:25.635] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.635] [DEBUG] event date=Fri Apr 11 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] event offset=-420 hour=17 event date=Fri Apr 11 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.636] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.636] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.636] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] start offset=-420
[2024-06-14 21:34:25.636] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] event date=Fri Apr 18 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] event offset=-420 hour=17 event date=Fri Apr 18 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.636] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.636] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.636] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.636] [DEBUG] start offset=-420
[2024-06-14 21:34:25.637] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] event date=Fri Apr 25 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] event offset=-420 hour=17 event date=Fri Apr 25 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.637] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.637] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.637] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] start offset=-420
[2024-06-14 21:34:25.637] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] event date=Fri May 02 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] event offset=-420 hour=17 event date=Fri May 02 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.637] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.637] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.637] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.638] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] start offset=-420
[2024-06-14 21:34:25.638] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] event date=Fri May 09 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] event offset=-420 hour=17 event date=Fri May 09 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.638] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.638] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.638] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] start offset=-420
[2024-06-14 21:34:25.638] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.638] [DEBUG] event date=Fri May 16 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.639] [DEBUG] event offset=-420 hour=17 event date=Fri May 16 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.639] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.639] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.640] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.640] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] start offset=-420
[2024-06-14 21:34:25.640] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] event date=Fri May 23 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] event offset=-420 hour=17 event date=Fri May 23 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.640] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.640] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.640] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] start offset=-420
[2024-06-14 21:34:25.640] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.640] [DEBUG] event date=Fri May 30 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] event offset=-420 hour=17 event date=Fri May 30 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.641] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.641] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.641] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] start offset=-420
[2024-06-14 21:34:25.641] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] event date=Fri Jun 06 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] event offset=-420 hour=17 event date=Fri Jun 06 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.641] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.641] [DEBUG] initial tz=America/Los_Angeles
[2024-06-14 21:34:25.642] [DEBUG] corrected tz=America/Los_Angeles
[2024-06-14 21:34:25.642] [DEBUG] start date/time=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.642] [DEBUG] start offset=-420
[2024-06-14 21:34:25.642] [DEBUG] start date/time w tz =Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.642] [DEBUG] event date=Fri Jun 13 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.642] [DEBUG] event offset=-420 hour=17 event date=Fri Jun 13 2025 17:30:00 GMT-0700 (Pacific Daylight Time)
[2024-06-14 21:34:25.642] [DEBUG] adjustHours=0
[2024-06-14 21:34:25.642] [DEBUG] event.recurrences: undefined
[2024-06-14 21:34:25.643] [DEBUG] event.start=Thu Aug 03 2023 17:30:00 GMT-0700 (Pacific Daylight Time) was not included in results from rrule; adding
[2024-06-14 21:34:25.643] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.643] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.643] [DEBUG] saving event: false
[2024-06-14 21:34:25.643] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.643] [DEBUG] saving event: false
[2024-06-14 21:34:25.643] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.644] [DEBUG] saving event: false
[2024-06-14 21:34:25.644] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.645] [DEBUG] saving event: false
[2024-06-14 21:34:25.645] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.645] [DEBUG] saving event: false
[2024-06-14 21:34:25.645] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.645] [DEBUG] saving event: false
[2024-06-14 21:34:25.645] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.645] [DEBUG] saving event: false
[2024-06-14 21:34:25.645] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.645] [DEBUG] saving event: false
[2024-06-14 21:34:25.646] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.646] [DEBUG] saving event: false
[2024-06-14 21:34:25.646] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.646] [DEBUG] saving event: false
[2024-06-14 21:34:25.646] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.646] [DEBUG] saving event: false
[2024-06-14 21:34:25.646] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.646] [DEBUG] saving event: false
[2024-06-14 21:34:25.646] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.646] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.647] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.647] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.648] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.648] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.648] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.648] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.648] [DEBUG] saving event: false
[2024-06-14 21:34:25.648] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.649] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.649] [DEBUG] saving event: false
[2024-06-14 21:34:25.650] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.650] [DEBUG] saving event: false
[2024-06-14 21:34:25.650] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.650] [DEBUG] saving event: false
[2024-06-14 21:34:25.650] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.650] [DEBUG] saving event: false
[2024-06-14 21:34:25.650] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.650] [DEBUG] saving event: false
[2024-06-14 21:34:25.650] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.650] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.651] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.651] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.652] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.652] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.652] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.652] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] duration: 5400000
[2024-06-14 21:34:25.652] [DEBUG] saving event: false
[2024-06-14 21:34:25.652] [DEBUG] Processing entry...
[2024-06-14 21:34:25.653] [INFO] Calendar-Fetcher: Broadcasting 52 events from https://gist.githubusercontent.com/morozgrafix/71379538d328e565130a89d6eb6d3137/raw/32ad67a4d0e76ceaab54e1d3d5bd55d65dc494b4/basic.ics.
[2024-06-14 21:34:25.656] [LOG] [
{
title: 'Test Event',
startDate: '1719016200000',
endDate: '1719021600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1719621000000',
endDate: '1719626400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1720225800000',
endDate: '1720231200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1720830600000',
endDate: '1720836000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1721435400000',
endDate: '1721440800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1722040200000',
endDate: '1722045600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1722645000000',
endDate: '1722650400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1723249800000',
endDate: '1723255200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1723854600000',
endDate: '1723860000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1724459400000',
endDate: '1724464800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1725064200000',
endDate: '1725069600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1725669000000',
endDate: '1725674400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1726273800000',
endDate: '1726279200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1726878600000',
endDate: '1726884000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1727483400000',
endDate: '1727488800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1728088200000',
endDate: '1728093600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1728693000000',
endDate: '1728698400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1729297800000',
endDate: '1729303200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1729902600000',
endDate: '1729908000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1730507400000',
endDate: '1730512800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1731115800000',
endDate: '1731121200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1731720600000',
endDate: '1731726000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1732325400000',
endDate: '1732330800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1732930200000',
endDate: '1732935600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1733535000000',
endDate: '1733540400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1734139800000',
endDate: '1734145200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1734744600000',
endDate: '1734750000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1735349400000',
endDate: '1735354800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1735954200000',
endDate: '1735959600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1736559000000',
endDate: '1736564400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1737163800000',
endDate: '1737169200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1737768600000',
endDate: '1737774000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1738373400000',
endDate: '1738378800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1738978200000',
endDate: '1738983600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1739583000000',
endDate: '1739588400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1740187800000',
endDate: '1740193200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1740792600000',
endDate: '1740798000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1741397400000',
endDate: '1741402800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1741998600000',
endDate: '1742004000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1742603400000',
endDate: '1742608800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1743208200000',
endDate: '1743213600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1743813000000',
endDate: '1743818400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1744417800000',
endDate: '1744423200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1745022600000',
endDate: '1745028000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1745627400000',
endDate: '1745632800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1746232200000',
endDate: '1746237600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1746837000000',
endDate: '1746842400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1747441800000',
endDate: '1747447200000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1748046600000',
endDate: '1748052000000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1748651400000',
endDate: '1748656800000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1749256200000',
endDate: '1749261600000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
},
{
title: 'Test Event',
startDate: '1749861000000',
endDate: '1749866400000',
fullDayEvent: false,
recurringEvent: true,
class: undefined,
firstYear: 2023,
location: false,
geo: false,
description: false
}
]
[2024-06-14 21:34:25.656] [LOG] ------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment