© 2026 Hedgehog Software, LLC
SELECT id, starting_at FROM public.meeting_events WHERE meeting_events.starting_at = '2023-11-01 23:00:40.145' ORDER BY meeting_events.starting_at, id ASC LIMIT 30;
2023-11-02T03:00:40.145Z
SELECT id, starting_at FROM public.meeting_events WHERE meeting_events.starting_at = '2023-11-02T03:00:40.145Z' ORDER BY meeting_events.starting_at, id ASC LIMIT 30;
where: eq(meetingEvents.startingAt, decodedCursor ? new Date(decodedCursor.startingAt) : afterDate),