Skip to content

Issue with Tzid and dstart #658

@pankajk07

Description

@pankajk07

I created the following rule

const rule = new RRule({
  freq: RRule.WEEKLY,
  dtstart: new Date(2025, 10, 25, 3, 0, 0),
  tzid: 'Asia/Kolkata',
  count: 1,
  byweekday: RRule.TH
});

The expected output was [ 2025-11-26T21:30:00.000Z ], but the actual output was [ 2025-11-27T21:30:00.000Z ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions